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