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