#[repr(C)]pub struct KSAUDIO_PRESENTATION_POSITION {
pub u64PositionInBlocks: u64,
pub u64QPCPosition: u64,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
u64PositionInBlocks: u64
u64QPCPosition: u64
Trait Implementations
impl Clone for KSAUDIO_PRESENTATION_POSITION
impl Clone for KSAUDIO_PRESENTATION_POSITION
impl Copy for KSAUDIO_PRESENTATION_POSITION
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIO_PRESENTATION_POSITION
impl Send for KSAUDIO_PRESENTATION_POSITION
impl Sync for KSAUDIO_PRESENTATION_POSITION
impl Unpin for KSAUDIO_PRESENTATION_POSITION
impl UnwindSafe for KSAUDIO_PRESENTATION_POSITION
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