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