#[repr(transparent)]pub struct Edfr(pub u32);Expand description
EFT Detect Flag
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Edfr
impl Eq for Edfr
impl StructuralPartialEq for Edfr
Auto Trait Implementations§
impl Freeze for Edfr
impl RefUnwindSafe for Edfr
impl Send for Edfr
impl Sync for Edfr
impl Unpin for Edfr
impl UnwindSafe for Edfr
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