[][src]Struct winapi::um::audioclient::IAudioStreamVolumeVtbl

#[repr(C)]
pub struct IAudioStreamVolumeVtbl { pub parent: IUnknownVtbl, pub GetChannelCount: unsafe extern "system" fn(This: *mut IAudioStreamVolume, pdwCount: *mut UINT32) -> HRESULT, pub SetChannelVolume: unsafe extern "system" fn(This: *mut IAudioStreamVolume, dwIndex: UINT32, fLevel: c_float) -> HRESULT, pub GetChannelVolume: unsafe extern "system" fn(This: *mut IAudioStreamVolume, dwIndex: UINT32, pfLevel: *mut c_float) -> HRESULT, pub SetAllVolumes: unsafe extern "system" fn(This: *mut IAudioStreamVolume, dwCount: UINT32, pfVolumes: *const c_float) -> HRESULT, pub GetAllVolumes: unsafe extern "system" fn(This: *mut IAudioStreamVolume, dwCount: UINT32, pfVolumes: *mut c_float) -> HRESULT, }

Fields

parent: IUnknownVtblGetChannelCount: unsafe extern "system" fn(This: *mut IAudioStreamVolume, pdwCount: *mut UINT32) -> HRESULTSetChannelVolume: unsafe extern "system" fn(This: *mut IAudioStreamVolume, dwIndex: UINT32, fLevel: c_float) -> HRESULTGetChannelVolume: unsafe extern "system" fn(This: *mut IAudioStreamVolume, dwIndex: UINT32, pfLevel: *mut c_float) -> HRESULTSetAllVolumes: unsafe extern "system" fn(This: *mut IAudioStreamVolume, dwCount: UINT32, pfVolumes: *const c_float) -> HRESULTGetAllVolumes: unsafe extern "system" fn(This: *mut IAudioStreamVolume, dwCount: UINT32, pfVolumes: *mut c_float) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]