#[repr(C)]pub struct WSMPL {
pub cbSize: u32,
pub usUnityNote: u16,
pub sFineTune: i16,
pub lAttenuation: i32,
pub fulOptions: u32,
pub cSampleLoops: u32,
}
Fields§
§cbSize: u32
§usUnityNote: u16
§sFineTune: i16
§lAttenuation: i32
§fulOptions: u32
§cSampleLoops: u32
Trait Implementations§
impl Copy for WSMPL
impl Eq for WSMPL
impl StructuralPartialEq for WSMPL
Auto Trait Implementations§
impl Freeze for WSMPL
impl RefUnwindSafe for WSMPL
impl Send for WSMPL
impl Sync for WSMPL
impl Unpin for WSMPL
impl UnwindSafe for WSMPL
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)