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