Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_ARTICULATION2
[−]#[repr(C)]pub struct DMUS_ARTICULATION2 {
pub ulArtIdx: u32,
pub ulFirstExtCkIdx: u32,
pub ulNextArtIdx: u32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
ulArtIdx: u32
ulFirstExtCkIdx: u32
ulNextArtIdx: u32
Trait Implementations
impl Clone for DMUS_ARTICULATION2
impl Clone for DMUS_ARTICULATION2
impl Copy for DMUS_ARTICULATION2
Auto Trait Implementations
impl RefUnwindSafe for DMUS_ARTICULATION2
impl Send for DMUS_ARTICULATION2
impl Sync for DMUS_ARTICULATION2
impl Unpin for DMUS_ARTICULATION2
impl UnwindSafe for DMUS_ARTICULATION2
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