Struct winapi::sapi::SPRECORESULTTIMES
[−]
[src]
pub struct SPRECORESULTTIMES { pub ftStreamTime: FILETIME, pub ullLength: ULONGLONG, pub dwTickCount: DWORD, pub ullStart: ULONGLONG, }
Fields
ftStreamTime | |
ullLength | |
dwTickCount | |
ullStart |
Trait Implementations
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