Struct winapi::mmsystem::MIDIHDR [] [src]

pub struct MIDIHDR {
    pub lpData: LPSTR,
    pub dwBufferLength: DWORD,
    pub dwBytesRecorded: DWORD,
    pub dwUser: DWORD_PTR,
    pub dwFlags: DWORD,
    pub lpNext: *mut MIDIHDR,
    pub reserved: DWORD_PTR,
    pub dwOffset: DWORD,
    pub dwReserved: [DWORD_PTR; 4],
}

Fields

lpData: LPSTR dwBufferLength: DWORD dwBytesRecorded: DWORD dwUser: DWORD_PTR dwFlags: DWORD lpNext: *mut MIDIHDR reserved: DWORD_PTR dwOffset: DWORD dwReserved: [DWORD_PTR; 4]

Trait Implementations

impl Debug for MIDIHDR
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for MIDIHDR
[src]

impl Clone for MIDIHDR
[src]

fn clone(&self) -> MIDIHDR

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more