Struct windows_sys::Win32::Media::Audio::DirectMusic::WAVELINK
[−]#[repr(C)]pub struct WAVELINK {
pub fusOptions: u16,
pub usPhaseGroup: u16,
pub ulChannel: u32,
pub ulTableIndex: u32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
fusOptions: u16
usPhaseGroup: u16
ulChannel: u32
ulTableIndex: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WAVELINK
impl Send for WAVELINK
impl Sync for WAVELINK
impl Unpin for WAVELINK
impl UnwindSafe for WAVELINK
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