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