pub enum SUSPW {
Clear = 0,
}
Expand description
Suspend mode request
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for SUSPW
impl Eq for SUSPW
impl StructuralPartialEq for SUSPW
Auto Trait Implementations§
impl Freeze for SUSPW
impl RefUnwindSafe for SUSPW
impl Send for SUSPW
impl Sync for SUSPW
impl Unpin for SUSPW
impl UnwindSafe for SUSPW
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