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