Struct winapi::sapi::SPAUDIOSTATUS [] [src]

pub struct SPAUDIOSTATUS {
    pub cbFreeBuffSpace: LONG,
    pub cbNonBlockingIO: ULONG,
    pub State: SPAUDIOSTATE,
    pub CurSeekPos: ULONGLONG,
    pub CurDevicePos: ULONGLONG,
    pub dwAudioLevel: DWORD,
    pub dwReserved2: DWORD,
}

Fields

cbFreeBuffSpace
cbNonBlockingIO
State
CurSeekPos
CurDevicePos
dwAudioLevel
dwReserved2

Trait Implementations

impl Copy for SPAUDIOSTATUS
[src]

impl Clone for SPAUDIOSTATUS
[src]

fn clone(&self) -> SPAUDIOSTATUS

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 SPAUDIOSTATUS
[src]

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

Formats the value using the given formatter.