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