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