Struct PDH_COUNTER_INFO_W
#[repr(C)]pub struct PDH_COUNTER_INFO_W {
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: PWSTR,
pub Anonymous: PDH_COUNTER_INFO_W_0,
pub szExplainText: PWSTR,
pub DataBuffer: [u32; 1],
}Fields§
§dwLength: u32§dwType: u32§CVersion: u32§CStatus: u32§lScale: i32§lDefaultScale: i32§dwUserData: usize§dwQueryUserData: usize§szFullPath: PWSTR§Anonymous: PDH_COUNTER_INFO_W_0§szExplainText: PWSTR§DataBuffer: [u32; 1]Trait Implementations§
§impl Clone for PDH_COUNTER_INFO_W
impl Clone for PDH_COUNTER_INFO_W
§fn clone(&self) -> PDH_COUNTER_INFO_W
fn clone(&self) -> PDH_COUNTER_INFO_W
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 more§impl Default for PDH_COUNTER_INFO_W
impl Default for PDH_COUNTER_INFO_W
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