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