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