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