pub enum InterruptLevel {
Low = 0,
High = 1,
}Variants§
Trait Implementations§
Source§impl Debug for InterruptLevel
impl Debug for InterruptLevel
Source§impl Format for InterruptLevel
impl Format for InterruptLevel
Source§impl PartialEq for InterruptLevel
impl PartialEq for InterruptLevel
Source§fn eq(&self, other: &InterruptLevel) -> bool
fn eq(&self, other: &InterruptLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InterruptLevel
impl StructuralPartialEq for InterruptLevel
Auto Trait Implementations§
impl Freeze for InterruptLevel
impl RefUnwindSafe for InterruptLevel
impl Send for InterruptLevel
impl Sync for InterruptLevel
impl Unpin for InterruptLevel
impl UnsafeUnpin for InterruptLevel
impl UnwindSafe for InterruptLevel
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