Struct windows_sys::Win32::Media::KernelStreaming::KSAUDIO_POSITION
#[repr(C)]pub struct KSAUDIO_POSITION {
pub PlayOffset: u64,
pub WriteOffset: u64,
}Fields§
§PlayOffset: u64§WriteOffset: u64Trait 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§
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