Struct 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],
}
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
§fn clone(&self) -> PDH_COUNTER_INFO_A
fn clone(&self) -> PDH_COUNTER_INFO_A
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 PDH_COUNTER_INFO_A
Auto Trait Implementations§
impl Freeze for PDH_COUNTER_INFO_A
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§
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