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