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