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