[][src]Struct winapi::um::portabledevicetypes::IPortableDevicePropVariantCollectionVtbl

#[repr(C)]
pub struct IPortableDevicePropVariantCollectionVtbl {
    pub parent: IUnknownVtbl,
    pub GetCount: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, pcElems: *mut DWORD) -> HRESULT,
    pub GetAt: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, dwIndex: DWORD, pValue: *mut PROPVARIANT) -> HRESULT,
    pub Add: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, pValue: *const PROPVARIANT) -> HRESULT,
    pub GetType: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, pvt: *mut VARTYPE) -> HRESULT,
    pub ChangeType: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, vt: VARTYPE) -> HRESULT,
    pub Clear: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection) -> HRESULT,
    pub RemoveAt: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, dwIndex: DWORD) -> HRESULT,
}

Fields

parent: IUnknownVtblGetCount: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, pcElems: *mut DWORD) -> HRESULTGetAt: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, dwIndex: DWORD, pValue: *mut PROPVARIANT) -> HRESULTAdd: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, pValue: *const PROPVARIANT) -> HRESULTGetType: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, pvt: *mut VARTYPE) -> HRESULTChangeType: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, vt: VARTYPE) -> HRESULTClear: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection) -> HRESULTRemoveAt: unsafe extern "system" fn(This: *mut IPortableDevicePropVariantCollection, dwIndex: 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]