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: _rwsmp,
pub WLOOP: [_rloop; 1],
}Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
RangeKey: RGNRANGERangeVelocity: RGNRANGEfusOptions: u16usKeyGroup: u16ulRegionArtIdx: u32ulNextRegionIdx: u32ulFirstExtCkIdx: u32WaveLink: WAVELINKWSMP: _rwsmpWLOOP: [_rloop; 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 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