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