Struct DMUS_EVENTHEADER
#[repr(C, packed(4))]pub struct DMUS_EVENTHEADER {
pub cbEvent: u32,
pub dwChannelGroup: u32,
pub rtDelta: i64,
pub dwFlags: u32,
}
Fields§
§cbEvent: u32
§dwChannelGroup: u32
§rtDelta: i64
§dwFlags: u32
Trait Implementations§
§impl Clone for DMUS_EVENTHEADER
impl Clone for DMUS_EVENTHEADER
§fn clone(&self) -> DMUS_EVENTHEADER
fn clone(&self) -> DMUS_EVENTHEADER
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 Default for DMUS_EVENTHEADER
impl Default for DMUS_EVENTHEADER
impl Copy for DMUS_EVENTHEADER
Auto Trait Implementations§
impl Freeze for DMUS_EVENTHEADER
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§
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