pub struct BKCMP1P_R(/* private fields */);
Expand description
Field BKCMP1P
reader - BRK COMP1 input polarity
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BKCMP1P_R
impl RefUnwindSafe for BKCMP1P_R
impl Send for BKCMP1P_R
impl Sync for BKCMP1P_R
impl Unpin for BKCMP1P_R
impl UnwindSafe for BKCMP1P_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