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