[][src]Struct winapi::um::mmdeviceapi::IMMDeviceVtbl

#[repr(C)]
pub struct IMMDeviceVtbl {
    pub parent: IUnknownVtbl,
    pub Activate: unsafe extern "system" fn(This: *mut IMMDevice, iid: REFIID, dwClsCtx: DWORD, pActivationParams: *mut PROPVARIANT, ppInterface: *mut LPVOID) -> HRESULT,
    pub OpenPropertyStore: unsafe extern "system" fn(This: *mut IMMDevice, stgmAccess: DWORD, ppProperties: *mut *mut IPropertyStore) -> HRESULT,
    pub GetId: unsafe extern "system" fn(This: *mut IMMDevice, ppstrId: *mut LPWSTR) -> HRESULT,
    pub GetState: unsafe extern "system" fn(This: *mut IMMDevice, pdwState: *mut DWORD) -> HRESULT,
}

Fields

parent: IUnknownVtblActivate: unsafe extern "system" fn(This: *mut IMMDevice, iid: REFIID, dwClsCtx: DWORD, pActivationParams: *mut PROPVARIANT, ppInterface: *mut LPVOID) -> HRESULTOpenPropertyStore: unsafe extern "system" fn(This: *mut IMMDevice, stgmAccess: DWORD, ppProperties: *mut *mut IPropertyStore) -> HRESULTGetId: unsafe extern "system" fn(This: *mut IMMDevice, ppstrId: *mut LPWSTR) -> HRESULTGetState: unsafe extern "system" fn(This: *mut IMMDevice, pdwState: *mut DWORD) -> HRESULT

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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