Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_REGION
[−]#[repr(C)]pub struct DMUS_REGION {
pub RangeKey: RGNRANGE,
pub RangeVelocity: RGNRANGE,
pub fusOptions: u16,
pub usKeyGroup: u16,
pub ulRegionArtIdx: u32,
pub ulNextRegionIdx: u32,
pub ulFirstExtCkIdx: u32,
pub WaveLink: WAVELINK,
pub WSMP: WSMPL,
pub WLOOP: [WLOOP; 1],
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
RangeKey: RGNRANGE
RangeVelocity: RGNRANGE
fusOptions: u16
usKeyGroup: u16
ulRegionArtIdx: u32
ulNextRegionIdx: u32
ulFirstExtCkIdx: u32
WaveLink: WAVELINK
WSMP: WSMPL
WLOOP: [WLOOP; 1]
Trait Implementations
impl Clone for DMUS_REGION
impl Clone for DMUS_REGION
impl Copy for DMUS_REGION
Auto Trait Implementations
impl RefUnwindSafe for DMUS_REGION
impl Send for DMUS_REGION
impl Sync for DMUS_REGION
impl Unpin for DMUS_REGION
impl UnwindSafe for DMUS_REGION
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