#[repr(u8)]pub enum SscControlReverse {
ENABLED = 0,
DISABLED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SscControlReverse
impl Clone for SscControlReverse
Source§fn clone(&self) -> SscControlReverse
fn clone(&self) -> SscControlReverse
Returns a duplicate 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 SscControlReverse
impl Debug for SscControlReverse
Source§impl From<SscControlReverse> for u8
impl From<SscControlReverse> for u8
Source§fn from(val: SscControlReverse) -> u8
fn from(val: SscControlReverse) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SscControlReverse
impl From<u8> for SscControlReverse
Source§fn from(val: u8) -> SscControlReverse
fn from(val: u8) -> SscControlReverse
Converts to this type from the input type.
Source§impl Ord for SscControlReverse
impl Ord for SscControlReverse
Source§fn cmp(&self, other: &SscControlReverse) -> Ordering
fn cmp(&self, other: &SscControlReverse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SscControlReverse
impl PartialEq for SscControlReverse
Source§impl PartialOrd for SscControlReverse
impl PartialOrd for SscControlReverse
impl Copy for SscControlReverse
impl Eq for SscControlReverse
impl StructuralPartialEq for SscControlReverse
Auto Trait Implementations§
impl Freeze for SscControlReverse
impl RefUnwindSafe for SscControlReverse
impl Send for SscControlReverse
impl Sync for SscControlReverse
impl Unpin for SscControlReverse
impl UnwindSafe for SscControlReverse
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