#[repr(C)]pub struct PDH_COUNTER_INFO_W {
pub dwLength: DWORD,
pub dwType: DWORD,
pub CVersion: DWORD,
pub CStatus: DWORD,
pub lScale: LONG,
pub lDefaultScale: LONG,
pub dwUserData: DWORD_PTR,
pub dwQueryUserData: DWORD_PTR,
pub szFullPath: LPWSTR,
pub u: PDH_COUNTER_INFO_W_u,
pub szExplainText: LPWSTR,
pub DataBuffer: [DWORD; 1],
}
Fields§
§dwLength: DWORD
§dwType: DWORD
§CVersion: DWORD
§CStatus: DWORD
§lScale: LONG
§lDefaultScale: LONG
§dwUserData: DWORD_PTR
§dwQueryUserData: DWORD_PTR
§szFullPath: LPWSTR
§u: PDH_COUNTER_INFO_W_u
§szExplainText: LPWSTR
§DataBuffer: [DWORD; 1]
Trait Implementations§
Source§impl Clone for PDH_COUNTER_INFO_W
impl Clone for PDH_COUNTER_INFO_W
Source§fn clone(&self) -> PDH_COUNTER_INFO_W
fn clone(&self) -> PDH_COUNTER_INFO_W
Returns a duplicate 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 moreSource§impl Default for PDH_COUNTER_INFO_W
impl Default for PDH_COUNTER_INFO_W
Source§fn default() -> PDH_COUNTER_INFO_W
fn default() -> PDH_COUNTER_INFO_W
Returns the “default value” for a type. Read more
impl Copy for PDH_COUNTER_INFO_W
Auto Trait Implementations§
impl Freeze for PDH_COUNTER_INFO_W
impl RefUnwindSafe for PDH_COUNTER_INFO_W
impl !Send for PDH_COUNTER_INFO_W
impl !Sync for PDH_COUNTER_INFO_W
impl Unpin for PDH_COUNTER_INFO_W
impl UnwindSafe for PDH_COUNTER_INFO_W
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