pub struct DEBNC4_W<'a> { /* private fields */ }Expand description
Field DEBNC4 writer - Debouncer Enable 4
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DEBNC4_W<'a>
impl<'a> Send for DEBNC4_W<'a>
impl<'a> Sync for DEBNC4_W<'a>
impl<'a> Unpin for DEBNC4_W<'a>
impl<'a> !UnwindSafe for DEBNC4_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more