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