#[repr(C, packed(1))]pub struct ist_info {
pub signature: u32,
pub command: u32,
pub event: u32,
pub perf_level: u32,
}Available on x86 or x86-64 only.
Expand description
From arch/x86/include/uapi/asm/ist.h
Fields§
§signature: u32§command: u32§event: u32§perf_level: u32Trait Implementations§
impl Copy for ist_info
impl StructuralPartialEq for ist_info
Auto Trait Implementations§
impl Freeze for ist_info
impl RefUnwindSafe for ist_info
impl Send for ist_info
impl Sync for ist_info
impl Unpin for ist_info
impl UnsafeUnpin for ist_info
impl UnwindSafe for ist_info
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