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