Struct winapi::sapi::SPRECORESULTTIMES [] [src]

pub struct SPRECORESULTTIMES {
    pub ftStreamTime: FILETIME,
    pub ullLength: ULONGLONG,
    pub dwTickCount: DWORD,
    pub ullStart: ULONGLONG,
}

Fields

ftStreamTime: FILETIME ullLength: ULONGLONG dwTickCount: DWORD ullStart: ULONGLONG

Trait Implementations

impl Debug for SPRECORESULTTIMES
[src]

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

Formats the value using the given formatter.

impl Copy for SPRECORESULTTIMES
[src]

impl Clone for SPRECORESULTTIMES
[src]

fn clone(&self) -> SPRECORESULTTIMES

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