Enum twizzler_abi::kso::InterruptPriority
source · #[repr(u32)]pub enum InterruptPriority {
High,
Normal,
Low,
}
Variants§
Auto Trait Implementations§
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