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: u32Version: u32Revision: u32TotalByteLength: u32HeaderLength: u32NumObjectTypes: u32DefaultObject: i32SystemTime: SYSTEMTIMEPerfTime: i64PerfFreq: i64PerfTime100nSec: i64SystemNameLength: u32SystemNameOffset: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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