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