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: LONG cbNonBlockingIO: ULONG State: SPAUDIOSTATE CurSeekPos: ULONGLONG CurDevicePos: ULONGLONG dwAudioLevel: DWORD dwReserved2: DWORD

Trait Implementations

impl Debug for SPAUDIOSTATUS
[src]

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

Formats the value using the given formatter.

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