#[repr(u8)]pub enum SscControlOut {
SSC_CONTROL_OUT_0 = 0,
SSC_CONTROL_OUT_1 = 1,
}Variants§
Implementations§
Source§impl SscControlOut
impl SscControlOut
Trait Implementations§
Source§impl Clone for SscControlOut
impl Clone for SscControlOut
Source§fn clone(&self) -> SscControlOut
fn clone(&self) -> SscControlOut
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 SscControlOut
impl Debug for SscControlOut
Source§impl From<SscControlOut> for u8
impl From<SscControlOut> for u8
Source§fn from(val: SscControlOut) -> u8
fn from(val: SscControlOut) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SscControlOut
impl From<u8> for SscControlOut
Source§fn from(val: u8) -> SscControlOut
fn from(val: u8) -> SscControlOut
Converts to this type from the input type.
Source§impl Ord for SscControlOut
impl Ord for SscControlOut
Source§fn cmp(&self, other: &SscControlOut) -> Ordering
fn cmp(&self, other: &SscControlOut) -> 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 SscControlOut
impl PartialEq for SscControlOut
Source§impl PartialOrd for SscControlOut
impl PartialOrd for SscControlOut
impl Copy for SscControlOut
impl Eq for SscControlOut
impl StructuralPartialEq for SscControlOut
Auto Trait Implementations§
impl Freeze for SscControlOut
impl RefUnwindSafe for SscControlOut
impl Send for SscControlOut
impl Sync for SscControlOut
impl Unpin for SscControlOut
impl UnwindSafe for SscControlOut
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