pub struct SoftIrq {
pub total_irqs: u64,
pub all: Vec<u64>,
}Fields§
§total_irqs: u64§all: Vec<u64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoftIrq
impl RefUnwindSafe for SoftIrq
impl Send for SoftIrq
impl Sync for SoftIrq
impl Unpin for SoftIrq
impl UnwindSafe for SoftIrq
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