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