Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_ARTICULATION
[−]Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
ulArt1Idx: u32
ulFirstExtCkIdx: u32
Trait Implementations
impl Clone for DMUS_ARTICULATION
impl Clone for DMUS_ARTICULATION
impl Copy for DMUS_ARTICULATION
Auto Trait Implementations
impl RefUnwindSafe for DMUS_ARTICULATION
impl Send for DMUS_ARTICULATION
impl Sync for DMUS_ARTICULATION
impl Unpin for DMUS_ARTICULATION
impl UnwindSafe for DMUS_ARTICULATION
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