pub enum SRSUP_A {
NO,
YES,
}
Expand description
Suspend/Resume Support
Value on reset: 1
Variants
NO
0: Suspend/Resume not Supported
YES
1: Suspend/Resume Supported
Trait Implementations
impl Copy for SRSUP_A
impl StructuralPartialEq for SRSUP_A
Auto Trait Implementations
impl RefUnwindSafe for SRSUP_A
impl Send for SRSUP_A
impl Sync for SRSUP_A
impl Unpin for SRSUP_A
impl UnwindSafe for SRSUP_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more