#[repr(C)]pub struct _PERF_DATA_BLOCK {Show 14 fields
pub Signature: [WCHAR; 4],
pub LittleEndian: DWORD,
pub Version: DWORD,
pub Revision: DWORD,
pub TotalByteLength: DWORD,
pub HeaderLength: DWORD,
pub NumObjectTypes: DWORD,
pub DefaultObject: LONG,
pub SystemTime: SYSTEMTIME,
pub PerfTime: LARGE_INTEGER,
pub PerfFreq: LARGE_INTEGER,
pub PerfTime100nSec: LARGE_INTEGER,
pub SystemNameLength: DWORD,
pub SystemNameOffset: DWORD,
}
Fields§
§Signature: [WCHAR; 4]
§LittleEndian: DWORD
§Version: DWORD
§Revision: DWORD
§TotalByteLength: DWORD
§HeaderLength: DWORD
§NumObjectTypes: DWORD
§DefaultObject: LONG
§SystemTime: SYSTEMTIME
§PerfTime: LARGE_INTEGER
§PerfFreq: LARGE_INTEGER
§PerfTime100nSec: LARGE_INTEGER
§SystemNameLength: DWORD
§SystemNameOffset: DWORD
Trait Implementations§
Source§impl Clone for _PERF_DATA_BLOCK
impl Clone for _PERF_DATA_BLOCK
Source§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