Struct windows_sys::Win32::Media::KernelStreaming::KSAUDIO_POSITIONEX
[−]#[repr(C)]pub struct KSAUDIO_POSITIONEX {
pub TimerFrequency: i64,
pub TimeStamp1: i64,
pub Position: KSAUDIO_POSITION,
pub TimeStamp2: i64,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
TimerFrequency: i64
TimeStamp1: i64
Position: KSAUDIO_POSITION
TimeStamp2: i64
Trait Implementations
impl Clone for KSAUDIO_POSITIONEX
impl Clone for KSAUDIO_POSITIONEX
impl Copy for KSAUDIO_POSITIONEX
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIO_POSITIONEX
impl Send for KSAUDIO_POSITIONEX
impl Sync for KSAUDIO_POSITIONEX
impl Unpin for KSAUDIO_POSITIONEX
impl UnwindSafe for KSAUDIO_POSITIONEX
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