pub struct DEVPLUGIN_POLARITY_R(/* private fields */);Expand description
Field DEVPLUGIN_POLARITY reader - Device plugin polarity: For device mode, if this bit is cleared to 0, then it trips the interrupt if the device is plugged in
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DEVPLUGIN_POLARITY_R
impl RefUnwindSafe for DEVPLUGIN_POLARITY_R
impl Send for DEVPLUGIN_POLARITY_R
impl Sync for DEVPLUGIN_POLARITY_R
impl Unpin for DEVPLUGIN_POLARITY_R
impl UnwindSafe for DEVPLUGIN_POLARITY_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