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