[][src]Struct winapi::um::wbemcli::IWbemQualifierSetVtbl

#[repr(C)]
pub struct IWbemQualifierSetVtbl { pub parent: IUnknownVtbl, pub Get: unsafe extern "system" fn(This: *mut IWbemQualifierSet, wszName: LPCWSTR, lFlags: c_long, pVal: *mut VARIANT, plFlavor: *mut c_long) -> HRESULT, pub Put: unsafe extern "system" fn(This: *mut IWbemQualifierSet, wszName: LPCWSTR, pVal: *mut VARIANT, lFlavor: c_long) -> HRESULT, pub Delete: unsafe extern "system" fn(This: *mut IWbemQualifierSet, wszName: LPCWSTR) -> HRESULT, pub GetNames: unsafe extern "system" fn(This: *mut IWbemQualifierSet, lFlags: c_long, pNames: *mut *mut SAFEARRAY) -> HRESULT, pub BeginEnumeration: unsafe extern "system" fn(This: *mut IWbemQualifierSet, lFlags: c_long) -> HRESULT, pub Next: unsafe extern "system" fn(This: *mut IWbemQualifierSet, lFlags: c_long, pstrName: *mut BSTR, pVal: *mut VARIANT, plFlavor: *mut c_long) -> HRESULT, pub EndEnumeration: unsafe extern "system" fn(This: *mut IWbemQualifierSet) -> HRESULT, }

Fields

parent: IUnknownVtblGet: unsafe extern "system" fn(This: *mut IWbemQualifierSet, wszName: LPCWSTR, lFlags: c_long, pVal: *mut VARIANT, plFlavor: *mut c_long) -> HRESULTPut: unsafe extern "system" fn(This: *mut IWbemQualifierSet, wszName: LPCWSTR, pVal: *mut VARIANT, lFlavor: c_long) -> HRESULTDelete: unsafe extern "system" fn(This: *mut IWbemQualifierSet, wszName: LPCWSTR) -> HRESULTGetNames: unsafe extern "system" fn(This: *mut IWbemQualifierSet, lFlags: c_long, pNames: *mut *mut SAFEARRAY) -> HRESULTBeginEnumeration: unsafe extern "system" fn(This: *mut IWbemQualifierSet, lFlags: c_long) -> HRESULTNext: unsafe extern "system" fn(This: *mut IWbemQualifierSet, lFlags: c_long, pstrName: *mut BSTR, pVal: *mut VARIANT, plFlavor: *mut c_long) -> HRESULTEndEnumeration: unsafe extern "system" fn(This: *mut IWbemQualifierSet) -> 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]