Struct winapi::sapi::SPAUDIOBUFFERINFO [] [src]

pub struct SPAUDIOBUFFERINFO {
    pub ulMsMinNotification: ULONG,
    pub ulMsBufferSize: ULONG,
    pub ulMsEventBias: ULONG,
}

Fields

ulMsMinNotification
ulMsBufferSize
ulMsEventBias

Trait Implementations

impl Copy for SPAUDIOBUFFERINFO
[src]

impl Clone for SPAUDIOBUFFERINFO
[src]

fn clone(&self) -> SPAUDIOBUFFERINFO

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

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

Formats the value using the given formatter.