Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_MSCPARAMS
[−]#[repr(C)]pub struct DMUS_MSCPARAMS {
pub ptDefaultPan: i32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
ptDefaultPan: i32
Trait Implementations
impl Clone for DMUS_MSCPARAMS
impl Clone for DMUS_MSCPARAMS
impl Copy for DMUS_MSCPARAMS
Auto Trait Implementations
impl RefUnwindSafe for DMUS_MSCPARAMS
impl Send for DMUS_MSCPARAMS
impl Sync for DMUS_MSCPARAMS
impl Unpin for DMUS_MSCPARAMS
impl UnwindSafe for DMUS_MSCPARAMS
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