#[repr(C)]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§
Source§impl Clone for SPRECORESULTTIMES
impl Clone for SPRECORESULTTIMES
Source§fn clone(&self) -> SPRECORESULTTIMES
fn clone(&self) -> SPRECORESULTTIMES
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 moreSource§impl Default for SPRECORESULTTIMES
impl Default for SPRECORESULTTIMES
Source§fn default() -> SPRECORESULTTIMES
fn default() -> SPRECORESULTTIMES
Returns the “default value” for a type. Read more
impl Copy for SPRECORESULTTIMES
Auto Trait Implementations§
impl Freeze for SPRECORESULTTIMES
impl RefUnwindSafe for SPRECORESULTTIMES
impl Send for SPRECORESULTTIMES
impl Sync for SPRECORESULTTIMES
impl Unpin for SPRECORESULTTIMES
impl UnwindSafe for SPRECORESULTTIMES
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