#[repr(C, packed(1))]pub struct midihdr_tag {
pub lpData: LPSTR,
pub dwBufferLength: DWORD,
pub dwBytesRecorded: DWORD,
pub dwUser: DWORD_PTR,
pub dwFlags: DWORD,
pub lpNext: *mut midihdr_tag,
pub reserved: DWORD_PTR,
pub dwOffset: DWORD,
pub dwReserved: [DWORD_PTR; 8],
}
Fields§
§lpData: LPSTR
§dwBufferLength: DWORD
§dwBytesRecorded: DWORD
§dwUser: DWORD_PTR
§dwFlags: DWORD
§lpNext: *mut midihdr_tag
§reserved: DWORD_PTR
§dwOffset: DWORD
§dwReserved: [DWORD_PTR; 8]
Trait Implementations§
Source§impl Clone for midihdr_tag
impl Clone for midihdr_tag
Source§fn clone(&self) -> midihdr_tag
fn clone(&self) -> midihdr_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 midihdr_tag
impl Debug for midihdr_tag
Source§impl Ord for midihdr_tag
impl Ord for midihdr_tag
Source§fn cmp(&self, other: &midihdr_tag) -> Ordering
fn cmp(&self, other: &midihdr_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 midihdr_tag
impl PartialEq for midihdr_tag
Source§impl PartialOrd for midihdr_tag
impl PartialOrd for midihdr_tag
impl Copy for midihdr_tag
impl Eq for midihdr_tag
impl StructuralPartialEq for midihdr_tag
Auto Trait Implementations§
impl Freeze for midihdr_tag
impl RefUnwindSafe for midihdr_tag
impl !Send for midihdr_tag
impl !Sync for midihdr_tag
impl Unpin for midihdr_tag
impl UnwindSafe for midihdr_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