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