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