Struct windows_sys::Win32::System::Performance::PDH_COUNTER_INFO_A
[−]#[repr(C)]pub struct PDH_COUNTER_INFO_A {
pub dwLength: u32,
pub dwType: u32,
pub CVersion: u32,
pub CStatus: u32,
pub lScale: i32,
pub lDefaultScale: i32,
pub dwUserData: usize,
pub dwQueryUserData: usize,
pub szFullPath: PSTR,
pub Anonymous: PDH_COUNTER_INFO_A_0,
pub szExplainText: PSTR,
pub DataBuffer: [u32; 1],
}
Expand description
Required features: "Win32_System_Performance"
Fields
dwLength: u32
dwType: u32
CVersion: u32
CStatus: u32
lScale: i32
lDefaultScale: i32
dwUserData: usize
dwQueryUserData: usize
szFullPath: PSTR
Anonymous: PDH_COUNTER_INFO_A_0
szExplainText: PSTR
DataBuffer: [u32; 1]
Trait Implementations
impl Clone for PDH_COUNTER_INFO_A
impl Clone for PDH_COUNTER_INFO_A
impl Copy for PDH_COUNTER_INFO_A
Auto Trait Implementations
impl RefUnwindSafe for PDH_COUNTER_INFO_A
impl !Send for PDH_COUNTER_INFO_A
impl !Sync for PDH_COUNTER_INFO_A
impl Unpin for PDH_COUNTER_INFO_A
impl UnwindSafe for PDH_COUNTER_INFO_A
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