[][src]Struct winapi::um::portabledeviceapi::IPortableDeviceVtbl

#[repr(C)]
pub struct IPortableDeviceVtbl { pub parent: IUnknownVtbl, pub Open: unsafe extern "system" fn(This: *mut IPortableDevice, pszPnPDeviceID: LPCWSTR, pClientInfo: *mut IPortableDeviceValues) -> HRESULT, pub SendCommand: unsafe extern "system" fn(This: *mut IPortableDevice, dwFlags: DWORD, pParameters: *mut IPortableDeviceValues, ppResults: *mut *mut IPortableDeviceValues) -> HRESULT, pub Content: unsafe extern "system" fn(This: *mut IPortableDevice, ppContent: *mut *mut IPortableDeviceContent) -> HRESULT, pub Capabilities: unsafe extern "system" fn(This: *mut IPortableDevice, ppCapabilities: *mut *mut IPortableDeviceCapabilities) -> HRESULT, pub Cancel: unsafe extern "system" fn(This: *mut IPortableDevice) -> HRESULT, pub Close: unsafe extern "system" fn(This: *mut IPortableDevice) -> HRESULT, pub Advise: unsafe extern "system" fn(This: *mut IPortableDevice, dwFlags: DWORD, pCallback: *mut IPortableDeviceEventCallback, pParameters: *mut IPortableDeviceValues, ppszCookie: *mut LPWSTR) -> HRESULT, pub Unadvise: unsafe extern "system" fn(This: *mut IPortableDevice, pszCookie: LPCWSTR) -> HRESULT, pub GetPnPDeviceID: unsafe extern "system" fn(This: *mut IPortableDevice, ppszPnPDeviceID: *mut LPWSTR) -> HRESULT, }

Fields

parent: IUnknownVtblOpen: unsafe extern "system" fn(This: *mut IPortableDevice, pszPnPDeviceID: LPCWSTR, pClientInfo: *mut IPortableDeviceValues) -> HRESULTSendCommand: unsafe extern "system" fn(This: *mut IPortableDevice, dwFlags: DWORD, pParameters: *mut IPortableDeviceValues, ppResults: *mut *mut IPortableDeviceValues) -> HRESULTContent: unsafe extern "system" fn(This: *mut IPortableDevice, ppContent: *mut *mut IPortableDeviceContent) -> HRESULTCapabilities: unsafe extern "system" fn(This: *mut IPortableDevice, ppCapabilities: *mut *mut IPortableDeviceCapabilities) -> HRESULTCancel: unsafe extern "system" fn(This: *mut IPortableDevice) -> HRESULTClose: unsafe extern "system" fn(This: *mut IPortableDevice) -> HRESULTAdvise: unsafe extern "system" fn(This: *mut IPortableDevice, dwFlags: DWORD, pCallback: *mut IPortableDeviceEventCallback, pParameters: *mut IPortableDeviceValues, ppszCookie: *mut LPWSTR) -> HRESULTUnadvise: unsafe extern "system" fn(This: *mut IPortableDevice, pszCookie: LPCWSTR) -> HRESULTGetPnPDeviceID: unsafe extern "system" fn(This: *mut IPortableDevice, ppszPnPDeviceID: *mut LPWSTR) -> 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]