pub enum CSUSPW {
NotRequested = 0,
Requested = 1,
}Expand description
master suspend request
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CSUSPW
impl Eq for CSUSPW
impl StructuralPartialEq for CSUSPW
Auto Trait Implementations§
impl Freeze for CSUSPW
impl RefUnwindSafe for CSUSPW
impl Send for CSUSPW
impl Sync for CSUSPW
impl Unpin for CSUSPW
impl UnwindSafe for CSUSPW
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