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