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