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