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