pub enum IrqHandle {
Handled,
None,
}
Variants§
Auto Trait Implementations§
impl Freeze for IrqHandle
impl RefUnwindSafe for IrqHandle
impl Send for IrqHandle
impl Sync for IrqHandle
impl Unpin for IrqHandle
impl UnwindSafe for IrqHandle
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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