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