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