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