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