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,
}
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
§fn clone(&self) -> PERF_DATA_BLOCK
fn clone(&self) -> PERF_DATA_BLOCK
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PERF_DATA_BLOCK
Auto Trait Implementations§
impl Freeze for PERF_DATA_BLOCK
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)