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