pub struct Bytes8(pub [u8; 8]);
Tuple Fields§
§0: [u8; 8]
Implementations§
Trait Implementations§
impl Copy for Bytes8
Auto Trait Implementations§
impl Freeze for Bytes8
impl RefUnwindSafe for Bytes8
impl Send for Bytes8
impl Sync for Bytes8
impl Unpin for Bytes8
impl UnwindSafe for Bytes8
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more