Struct windows_sys::Win32::Media::KernelStreaming::KSAUDIO_POSITION
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
PlayOffset: u64
WriteOffset: u64
Trait Implementations
impl Clone for KSAUDIO_POSITION
impl Clone for KSAUDIO_POSITION
impl Copy for KSAUDIO_POSITION
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIO_POSITION
impl Send for KSAUDIO_POSITION
impl Sync for KSAUDIO_POSITION
impl Unpin for KSAUDIO_POSITION
impl UnwindSafe for KSAUDIO_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