Struct windows_sys::Win32::Media::Speech::SPRECORESULTTIMES
[−]#[repr(C)]pub struct SPRECORESULTTIMES {
pub ftStreamTime: FILETIME,
pub ullLength: u64,
pub dwTickCount: u32,
pub ullStart: u64,
}
Expand description
Required features: "Win32_Media_Speech"
, "Win32_Foundation"
Fields
ftStreamTime: FILETIME
ullLength: u64
dwTickCount: u32
ullStart: u64
Trait Implementations
impl Clone for SPRECORESULTTIMES
impl Clone for SPRECORESULTTIMES
impl Copy for SPRECORESULTTIMES
Auto Trait Implementations
impl RefUnwindSafe for SPRECORESULTTIMES
impl Send for SPRECORESULTTIMES
impl Sync for SPRECORESULTTIMES
impl Unpin for SPRECORESULTTIMES
impl UnwindSafe for SPRECORESULTTIMES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more