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