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