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