pub struct SDEN_R(/* private fields */);Expand description
Field SDEN reader - Secondary detection
Implementations§
Methods from Deref<Target = FieldReader<bool, SDEN_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SDEN_R
impl RefUnwindSafe for SDEN_R
impl Send for SDEN_R
impl Sync for SDEN_R
impl Unpin for SDEN_R
impl UnwindSafe for SDEN_R
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