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