Struct kstat_rs::Intr [−][src]
pub struct Intr {
pub hard: u32,
pub soft: u32,
pub watchdog: u32,
pub spurious: u32,
pub multisvc: u32,
}
Expand description
Interrupt kernel statistic.
Fields
hard: u32
soft: u32
watchdog: u32
spurious: u32
multisvc: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Intr
impl UnwindSafe for Intr
Blanket Implementations
Mutably borrows from an owned value. Read more