Struct windows_sys::Win32::System::Performance::PERF_DATA_BLOCK
[−]#[repr(C)]pub struct PERF_DATA_BLOCK {Show 14 fields
pub Signature: [u16; 4],
pub LittleEndian: u32,
pub Version: u32,
pub Revision: u32,
pub TotalByteLength: u32,
pub HeaderLength: u32,
pub NumObjectTypes: u32,
pub DefaultObject: i32,
pub SystemTime: SYSTEMTIME,
pub PerfTime: i64,
pub PerfFreq: i64,
pub PerfTime100nSec: i64,
pub SystemNameLength: u32,
pub SystemNameOffset: u32,
}
Expand description
Required features: "Win32_System_Performance"
, "Win32_Foundation"
Fields
Signature: [u16; 4]
LittleEndian: u32
Version: u32
Revision: u32
TotalByteLength: u32
HeaderLength: u32
NumObjectTypes: u32
DefaultObject: i32
SystemTime: SYSTEMTIME
PerfTime: i64
PerfFreq: i64
PerfTime100nSec: i64
SystemNameLength: u32
SystemNameOffset: u32
Trait Implementations
impl Clone for PERF_DATA_BLOCK
impl Clone for PERF_DATA_BLOCK
impl Copy for PERF_DATA_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for PERF_DATA_BLOCK
impl Send for PERF_DATA_BLOCK
impl Sync for PERF_DATA_BLOCK
impl Unpin for PERF_DATA_BLOCK
impl UnwindSafe for PERF_DATA_BLOCK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more