pub struct Domain { /* private fields */ }
Expand description
Implementations
sourceimpl Domain
impl Domain
sourcepub fn generic_handle_chained(&self, hwirq: u32, _guard: &ChainedGuard<'_>)
pub fn generic_handle_chained(&self, hwirq: u32, _guard: &ChainedGuard<'_>)
Invokes the chained handler of the given hw irq of the given domain.
It requires evidence that chained_irq_enter
was called, which is done by passing a
ChainedGuard
instance.
Auto Trait Implementations
impl RefUnwindSafe for Domain
impl !Send for Domain
impl !Sync for Domain
impl Unpin for Domain
impl UnwindSafe for Domain
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more