Struct windows::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],
}
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
§fn clone(&self) -> DMUS_REGION
fn clone(&self) -> DMUS_REGION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DMUS_REGION
impl Debug for DMUS_REGION
§impl PartialEq for DMUS_REGION
impl PartialEq for DMUS_REGION
§fn eq(&self, other: &DMUS_REGION) -> bool
fn eq(&self, other: &DMUS_REGION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DMUS_REGION
impl Eq for DMUS_REGION
impl StructuralPartialEq for DMUS_REGION
Auto Trait Implementations§
impl Freeze for DMUS_REGION
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§
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
)