Struct winapi::mmsystem::WAVEHDR [] [src]

pub struct WAVEHDR {
    pub lpData: LPSTR,
    pub dwBufferLength: DWORD,
    pub dwBytesRecorded: DWORD,
    pub dwUser: DWORD_PTR,
    pub dwFlags: DWORD,
    pub dwLoops: DWORD,
    pub lpNext: *mut WAVEHDR,
    pub reserved: DWORD_PTR,
}

Fields

lpData: LPSTR dwBufferLength: DWORD dwBytesRecorded: DWORD dwUser: DWORD_PTR dwFlags: DWORD dwLoops: DWORD lpNext: *mut WAVEHDR reserved: DWORD_PTR

Trait Implementations

impl Debug for WAVEHDR
[src]

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

Formats the value using the given formatter.

impl Copy for WAVEHDR
[src]

impl Clone for WAVEHDR
[src]

fn clone(&self) -> WAVEHDR

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