Struct winapi::pdh::PDH_FMT_COUNTERVALUE [] [src]

pub struct PDH_FMT_COUNTERVALUE {
    pub CStatus: DWORD,
    pub largeValue: LONGLONG,
}

Fields

CStatus: DWORD largeValue: LONGLONG

Methods

impl PDH_FMT_COUNTERVALUE
[src]

unsafe fn largeValue(&self) -> &LONGLONG

unsafe fn largeValue_mut(&mut self) -> &mut LONGLONG

impl PDH_FMT_COUNTERVALUE
[src]

unsafe fn longValue(&self) -> &LONG

unsafe fn longValue_mut(&mut self) -> &mut LONG

impl PDH_FMT_COUNTERVALUE
[src]

unsafe fn doubleValue(&self) -> &DOUBLE

unsafe fn doubleValue_mut(&mut self) -> &mut DOUBLE

impl PDH_FMT_COUNTERVALUE
[src]

unsafe fn AnsiStringValue(&self) -> &LPCSTR

unsafe fn AnsiStringValue_mut(&mut self) -> &mut LPCSTR

impl PDH_FMT_COUNTERVALUE
[src]

unsafe fn WideStringValue(&self) -> &LPCWSTR

unsafe fn WideStringValue_mut(&mut self) -> &mut LPCWSTR

Trait Implementations

impl Debug for PDH_FMT_COUNTERVALUE
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for PDH_FMT_COUNTERVALUE
[src]

impl Clone for PDH_FMT_COUNTERVALUE
[src]

fn clone(&self) -> PDH_FMT_COUNTERVALUE

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more