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