#[repr(C, packed(1))]pub struct midievent_tag {
pub dwDeltaTime: DWORD,
pub dwStreamID: DWORD,
pub dwEvent: DWORD,
pub dwParms: [DWORD; 1],
}
Fields§
§dwDeltaTime: DWORD
§dwStreamID: DWORD
§dwEvent: DWORD
§dwParms: [DWORD; 1]
Trait Implementations§
Source§impl Clone for midievent_tag
impl Clone for midievent_tag
Source§fn clone(&self) -> midievent_tag
fn clone(&self) -> midievent_tag
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 moreSource§impl Debug for midievent_tag
impl Debug for midievent_tag
Source§impl Ord for midievent_tag
impl Ord for midievent_tag
Source§fn cmp(&self, other: &midievent_tag) -> Ordering
fn cmp(&self, other: &midievent_tag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for midievent_tag
impl PartialEq for midievent_tag
Source§impl PartialOrd for midievent_tag
impl PartialOrd for midievent_tag
impl Copy for midievent_tag
impl Eq for midievent_tag
impl StructuralPartialEq for midievent_tag
Auto Trait Implementations§
impl Freeze for midievent_tag
impl RefUnwindSafe for midievent_tag
impl Send for midievent_tag
impl Sync for midievent_tag
impl Unpin for midievent_tag
impl UnwindSafe for midievent_tag
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