pub struct DEVPLUGIN_POLARITY_W<'a> { /* private fields */ }Expand description
Field DEVPLUGIN_POLARITY writer - Device plugin polarity: For device mode, if this bit is cleared to 0, then it trips the interrupt if the device is plugged in
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DEVPLUGIN_POLARITY_W<'a>
impl<'a> RefUnwindSafe for DEVPLUGIN_POLARITY_W<'a>
impl<'a> Send for DEVPLUGIN_POLARITY_W<'a>
impl<'a> Sync for DEVPLUGIN_POLARITY_W<'a>
impl<'a> Unpin for DEVPLUGIN_POLARITY_W<'a>
impl<'a> !UnwindSafe for DEVPLUGIN_POLARITY_W<'a>
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