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

#[repr(C)]
pub struct IPortableDevicePropertiesVtbl {
    pub parent: IUnknownVtbl,
    pub GetSupportedProperties: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, ppKeys: *mut *mut IPortableDeviceKeyCollection) -> HRESULT,
    pub GetPropertyAttributes: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, Key: REFPROPERTYKEY, ppAttributes: *mut *mut IPortableDeviceValues) -> HRESULT,
    pub GetValues: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, pKeys: *mut IPortableDeviceKeyCollection, ppValues: *mut *mut IPortableDeviceValues) -> HRESULT,
    pub SetValues: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, pValues: *mut IPortableDeviceValues, ppResults: *mut *mut IPortableDeviceValues) -> HRESULT,
    pub Delete: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, pKeys: *mut IPortableDeviceKeyCollection) -> HRESULT,
    pub Cancel: unsafe extern "system" fn(This: *mut IPortableDeviceProperties) -> HRESULT,
}

Fields

parent: IUnknownVtblGetSupportedProperties: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, ppKeys: *mut *mut IPortableDeviceKeyCollection) -> HRESULTGetPropertyAttributes: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, Key: REFPROPERTYKEY, ppAttributes: *mut *mut IPortableDeviceValues) -> HRESULTGetValues: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, pKeys: *mut IPortableDeviceKeyCollection, ppValues: *mut *mut IPortableDeviceValues) -> HRESULTSetValues: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, pValues: *mut IPortableDeviceValues, ppResults: *mut *mut IPortableDeviceValues) -> HRESULTDelete: unsafe extern "system" fn(This: *mut IPortableDeviceProperties, pszObjectID: LPCWSTR, pKeys: *mut IPortableDeviceKeyCollection) -> HRESULTCancel: unsafe extern "system" fn(This: *mut IPortableDeviceProperties) -> 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]