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
dwBufferLength
dwBytesRecorded
dwUser
dwFlags
dwLoops
lpNext
reserved

Trait Implementations

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

Derived Implementations

impl Debug for WAVEHDR
[src]

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

Formats the value using the given formatter.