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