pub enum Srsupselect {
No = 0,
Yes = 1,
}
Expand description
Suspend/Resume Support
Value on reset: 1
Variants§
Trait Implementations§
Source§impl Clone for Srsupselect
impl Clone for Srsupselect
Source§fn clone(&self) -> Srsupselect
fn clone(&self) -> Srsupselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Srsupselect
impl Debug for Srsupselect
Source§impl From<Srsupselect> for bool
impl From<Srsupselect> for bool
Source§fn from(variant: Srsupselect) -> Self
fn from(variant: Srsupselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Srsupselect
impl PartialEq for Srsupselect
impl Copy for Srsupselect
impl Eq for Srsupselect
impl StructuralPartialEq for Srsupselect
Auto Trait Implementations§
impl Freeze for Srsupselect
impl RefUnwindSafe for Srsupselect
impl Send for Srsupselect
impl Sync for Srsupselect
impl Unpin for Srsupselect
impl UnwindSafe for Srsupselect
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