pub struct Ipi;
Expand description
Inter-processor Interrupt extension.
Trait Implementations§
source§impl Extension for Ipi
impl Extension for Ipi
source§fn extension_id(&self) -> usize
fn extension_id(&self) -> usize
Get a raw
extension_id
value to pass to SBI environment.impl Copy for Ipi
Auto Trait Implementations§
impl RefUnwindSafe for Ipi
impl Send for Ipi
impl Sync for Ipi
impl Unpin for Ipi
impl UnwindSafe for Ipi
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