Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_VOICE_STATE
[−]Expand description
Required features: "Win32_Media_Audio_DirectMusic"
, "Win32_Foundation"
Fields
bExists: BOOL
spPosition: u64
Trait Implementations
impl Clone for DMUS_VOICE_STATE
impl Clone for DMUS_VOICE_STATE
impl Copy for DMUS_VOICE_STATE
Auto Trait Implementations
impl RefUnwindSafe for DMUS_VOICE_STATE
impl Send for DMUS_VOICE_STATE
impl Sync for DMUS_VOICE_STATE
impl Unpin for DMUS_VOICE_STATE
impl UnwindSafe for DMUS_VOICE_STATE
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