Struct Sub1hw
#[repr(transparent)]pub struct Sub1hw(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Sub1hw
impl Ord for Sub1hw
§impl PartialOrd for Sub1hw
impl PartialOrd for Sub1hw
impl Copy for Sub1hw
impl Eq for Sub1hw
impl StructuralPartialEq for Sub1hw
Auto Trait Implementations§
impl Freeze for Sub1hw
impl RefUnwindSafe for Sub1hw
impl Send for Sub1hw
impl Sync for Sub1hw
impl Unpin for Sub1hw
impl UnwindSafe for Sub1hw
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