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