pub struct USR_W<'a> { /* private fields */ }
Expand description
Field USR
writer - User define command enable. An operation will be triggered when the bit is set. The bit will be cleared once the operation done.1: enable 0: disable. Can not be changed by CONF_buf.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for USR_W<'a>
impl<'a> Send for USR_W<'a>
impl<'a> Sync for USR_W<'a>
impl<'a> Unpin for USR_W<'a>
impl<'a> !UnwindSafe for USR_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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