pub struct SUSP_R(/* private fields */);Expand description
Field SUSP reader - Suspend mode request
Implementations§
Methods from Deref<Target = FieldReader<bool, SUSP_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SUSP_R
impl RefUnwindSafe for SUSP_R
impl Send for SUSP_R
impl Sync for SUSP_R
impl Unpin for SUSP_R
impl UnwindSafe for SUSP_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