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