#[repr(C, packed(1))]pub struct IstInfo {
pub signature: u32,
pub command: u32,
pub event: u32,
pub perf_level: u32,
}
Fields§
§signature: u32
§command: u32
§event: u32
§perf_level: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IstInfo
impl RefUnwindSafe for IstInfo
impl Send for IstInfo
impl Sync for IstInfo
impl Unpin for IstInfo
impl UnwindSafe for IstInfo
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