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