Struct windows_sys::Win32::Media::Audio::DirectMusic::WSMPL
[−]#[repr(C)]pub struct WSMPL {
pub cbSize: u32,
pub usUnityNote: u16,
pub sFineTune: i16,
pub lAttenuation: i32,
pub fulOptions: u32,
pub cSampleLoops: u32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
cbSize: u32
usUnityNote: u16
sFineTune: i16
lAttenuation: i32
fulOptions: u32
cSampleLoops: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WSMPL
impl Send for WSMPL
impl Sync for WSMPL
impl Unpin for WSMPL
impl UnwindSafe for WSMPL
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