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