pub struct Passive;Expand description
IRQL level: Passive
Trait Implementations§
Source§impl Ord for Passive
impl Ord for Passive
Source§impl PartialOrd for Passive
impl PartialOrd for Passive
impl Copy for Passive
impl Eq for Passive
impl IrqlCanRaiseTo<Apc> for Passive
impl IrqlCanRaiseTo<Clock> for Passive
impl IrqlCanRaiseTo<Dirql> for Passive
impl IrqlCanRaiseTo<Dispatch> for Passive
impl IrqlCanRaiseTo<High> for Passive
impl IrqlCanRaiseTo<Ipi> for Passive
impl IrqlCanRaiseTo<Passive> for Passive
impl IrqlCanRaiseTo<Power> for Passive
impl IrqlCanRaiseTo<Profile> for Passive
impl IrqlLevel for Passive
impl StructuralPartialEq for Passive
Auto Trait Implementations§
impl Freeze for Passive
impl RefUnwindSafe for Passive
impl Send for Passive
impl Sync for Passive
impl Unpin for Passive
impl UnwindSafe for Passive
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