Trait cls::CpuAtomicGuard

source ·
pub trait CpuAtomicGuard: Sealed { }
Expand description

A trait abstracting over guards that ensure atomicity with respect to the current CPU.

This trait is “sealed” and cannot be implemented by anything outside this crate.

Implementations on Foreign Types§

source§

impl CpuAtomicGuard for HeldInterrupts

source§

impl CpuAtomicGuard for PreemptionGuard

Implementors§