pub struct Ipi;Expand description
IRQL level: Ipi.
See IrqlLevel for the full hierarchy.
Trait Implementations§
impl IrqlCanLowerTo<Apc> for Ipi
impl IrqlCanLowerTo<Clock> for Ipi
impl IrqlCanLowerTo<Dirql> for Ipi
impl IrqlCanLowerTo<Dispatch> for Ipi
impl IrqlCanLowerTo<Ipi> for High
impl IrqlCanLowerTo<Ipi> for Ipi
impl IrqlCanLowerTo<Ipi> for Power
impl IrqlCanLowerTo<Passive> for Ipi
impl IrqlCanLowerTo<Profile> for Ipi
impl IrqlCanRaiseTo<High> for Ipi
impl IrqlCanRaiseTo<Ipi> for Apc
impl IrqlCanRaiseTo<Ipi> for Clock
impl IrqlCanRaiseTo<Ipi> for Dirql
impl IrqlCanRaiseTo<Ipi> for Dispatch
impl IrqlCanRaiseTo<Ipi> for Ipi
impl IrqlCanRaiseTo<Ipi> for Passive
impl IrqlCanRaiseTo<Ipi> for Profile
impl IrqlCanRaiseTo<Power> for Ipi
impl IrqlLevel for Ipi
Auto Trait Implementations§
impl Freeze for Ipi
impl RefUnwindSafe for Ipi
impl Send for Ipi
impl Sync for Ipi
impl Unpin for Ipi
impl UnsafeUnpin 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