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

#[repr(C)]
pub struct IPortableDeviceCapabilitiesVtbl {
    pub parent: IUnknownVtbl,
    pub GetSupportedCommands: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, ppCommands: *mut *mut IPortableDeviceKeyCollection) -> HRESULT,
    pub GetCommandOptions: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Command: REFPROPERTYKEY, ppOptions: *mut *mut IPortableDeviceValues) -> HRESULT,
    pub GetFunctionalCategories: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, ppCategories: *mut *mut IPortableDevicePropVariantCollection) -> HRESULT,
    pub GetFunctionalObjects: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Category: REFGUID, ppObjectIDs: *mut *mut IPortableDevicePropVariantCollection) -> HRESULT,
    pub GetSupportedContentTypes: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Category: REFGUID, ppContentTypes: *mut *mut IPortableDevicePropVariantCollection) -> HRESULT,
    pub GetSupportedFormats: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, ContentType: REFGUID, ppFormats: *mut *mut IPortableDevicePropVariantCollection) -> HRESULT,
    pub GetSupportedFormatProperties: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Format: REFGUID, ppKeys: *mut *mut IPortableDeviceKeyCollection) -> HRESULT,
    pub GetFixedPropertyAttributes: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Format: REFGUID, Key: REFPROPERTYKEY, ppAttributes: *mut *mut IPortableDeviceValues) -> HRESULT,
    pub Cancel: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities) -> HRESULT,
    pub GetSupportedEvents: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, ppEvents: *mut *mut IPortableDevicePropVariantCollection) -> HRESULT,
    pub GetEventOptions: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Event: REFGUID, ppOptions: *mut *mut IPortableDeviceValues) -> HRESULT,
}

Fields

parent: IUnknownVtblGetSupportedCommands: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, ppCommands: *mut *mut IPortableDeviceKeyCollection) -> HRESULTGetCommandOptions: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Command: REFPROPERTYKEY, ppOptions: *mut *mut IPortableDeviceValues) -> HRESULTGetFunctionalCategories: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, ppCategories: *mut *mut IPortableDevicePropVariantCollection) -> HRESULTGetFunctionalObjects: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Category: REFGUID, ppObjectIDs: *mut *mut IPortableDevicePropVariantCollection) -> HRESULTGetSupportedContentTypes: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Category: REFGUID, ppContentTypes: *mut *mut IPortableDevicePropVariantCollection) -> HRESULTGetSupportedFormats: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, ContentType: REFGUID, ppFormats: *mut *mut IPortableDevicePropVariantCollection) -> HRESULTGetSupportedFormatProperties: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Format: REFGUID, ppKeys: *mut *mut IPortableDeviceKeyCollection) -> HRESULTGetFixedPropertyAttributes: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Format: REFGUID, Key: REFPROPERTYKEY, ppAttributes: *mut *mut IPortableDeviceValues) -> HRESULTCancel: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities) -> HRESULTGetSupportedEvents: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, ppEvents: *mut *mut IPortableDevicePropVariantCollection) -> HRESULTGetEventOptions: unsafe extern "system" fn(This: *mut IPortableDeviceCapabilities, Event: REFGUID, ppOptions: *mut *mut IPortableDeviceValues) -> 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]