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 | |
dwBufferLength | |
dwBytesRecorded | |
dwUser | |
dwFlags | |
lpNext | |
reserved | |
dwOffset | |
dwReserved |
Trait Implementations
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