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