pub struct Bytes7(pub [u8; 7]);
Tuple Fields§
§0: [u8; 7]
Implementations§
Trait Implementations§
impl Copy for Bytes7
Auto Trait Implementations§
impl Freeze for Bytes7
impl RefUnwindSafe for Bytes7
impl Send for Bytes7
impl Sync for Bytes7
impl Unpin for Bytes7
impl UnwindSafe for Bytes7
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