pub struct COMP2OUT_R(/* private fields */);
Expand description
Field COMP2OUT
reader - Comparator 2 output
Implementations§
Methods from Deref<Target = FieldReader<bool, COMP2OUT_A>>§
Trait Implementations§
Source§impl Deref for COMP2OUT_R
impl Deref for COMP2OUT_R
Source§type Target = FieldReader<bool, COMP2OUT_A>
type Target = FieldReader<bool, COMP2OUT_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for COMP2OUT_R
impl RefUnwindSafe for COMP2OUT_R
impl Send for COMP2OUT_R
impl Sync for COMP2OUT_R
impl Unpin for COMP2OUT_R
impl UnwindSafe for COMP2OUT_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