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