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