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§
impl Copy for Intr
Auto Trait Implementations§
impl Freeze for Intr
impl RefUnwindSafe for Intr
impl Send for Intr
impl Sync for Intr
impl Unpin for Intr
impl UnwindSafe for Intr
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