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