#[repr(u32)]pub enum InterruptPriority {
High = 0,
Normal = 1,
Low = 2,
}
Variants§
Auto Trait Implementations§
impl Freeze for InterruptPriority
impl ObjSafe for InterruptPriority
impl RefUnwindSafe for InterruptPriority
impl Send for InterruptPriority
impl Sync for InterruptPriority
impl Unpin for InterruptPriority
impl UnwindSafe for InterruptPriority
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