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