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