Struct windows_sys::Win32::Media::Audio::DirectSound::DSBPOSITIONNOTIFY
[−]Expand description
Required features: "Win32_Media_Audio_DirectSound"
, "Win32_Foundation"
Fields
dwOffset: u32
hEventNotify: HANDLE
Trait Implementations
impl Clone for DSBPOSITIONNOTIFY
impl Clone for DSBPOSITIONNOTIFY
impl Copy for DSBPOSITIONNOTIFY
Auto Trait Implementations
impl RefUnwindSafe for DSBPOSITIONNOTIFY
impl Send for DSBPOSITIONNOTIFY
impl Sync for DSBPOSITIONNOTIFY
impl Unpin for DSBPOSITIONNOTIFY
impl UnwindSafe for DSBPOSITIONNOTIFY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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