pub struct DOWNIE_R(/* private fields */);
Expand description
Field DOWNIE
reader - Direction change to down Interrupt Enable
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DOWNIE_R
impl RefUnwindSafe for DOWNIE_R
impl Send for DOWNIE_R
impl Sync for DOWNIE_R
impl Unpin for DOWNIE_R
impl UnwindSafe for DOWNIE_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