ISWbemObjectPathVtbl

Struct ISWbemObjectPathVtbl 

Source
#[repr(C)]
pub struct ISWbemObjectPathVtbl {
Show 24 fields pub parent: IDispatchVtbl, pub get_Path: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strPath: *mut BSTR) -> HRESULT, pub put_Path: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strPath: BSTR) -> HRESULT, pub get_RelPath: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strRelPath: *mut BSTR) -> HRESULT, pub put_RelPath: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strRelPath: BSTR) -> HRESULT, pub get_Server: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strServer: *mut BSTR) -> HRESULT, pub put_Server: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strServer: BSTR) -> HRESULT, pub get_Namespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strNamespace: *mut BSTR) -> HRESULT, pub put_Namespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strNamespace: BSTR) -> HRESULT, pub get_ParentNamespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strParentNamespace: *mut BSTR) -> HRESULT, pub get_DisplayName: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strDisplayName: *mut BSTR) -> HRESULT, pub put_DisplayName: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strDisplayName: BSTR) -> HRESULT, pub get_Class: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strClass: *mut BSTR) -> HRESULT, pub put_Class: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strClass: BSTR) -> HRESULT, pub get_IsClass: unsafe extern "system" fn(This: *mut ISWbemObjectPath, bIsClass: *mut VARIANT_BOOL) -> HRESULT, pub SetAsClass: unsafe extern "system" fn(This: *mut ISWbemObjectPath) -> HRESULT, pub get_IsSingleton: unsafe extern "system" fn(This: *mut ISWbemObjectPath, bIsSingleton: *mut VARIANT_BOOL) -> HRESULT, pub SetAsSingleton: unsafe extern "system" fn(This: *mut ISWbemObjectPath) -> HRESULT, pub get_Keys: unsafe extern "system" fn(This: *mut ISWbemObjectPath, objWbemNamedValueSet: *mut *mut ISWbemNamedValueSet) -> HRESULT, pub get_Security_: unsafe extern "system" fn(This: *mut ISWbemObjectPath, objWbemSecurity: *mut *mut ISWbemSecurity) -> HRESULT, pub get_Locale: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strLocale: *mut BSTR) -> HRESULT, pub put_Locale: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strLocale: BSTR) -> HRESULT, pub get_Authority: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strAuthority: *mut BSTR) -> HRESULT, pub put_Authority: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strAuthority: BSTR) -> HRESULT,
}

Fields§

§parent: IDispatchVtbl§get_Path: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strPath: *mut BSTR) -> HRESULT§put_Path: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strPath: BSTR) -> HRESULT§get_RelPath: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strRelPath: *mut BSTR) -> HRESULT§put_RelPath: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strRelPath: BSTR) -> HRESULT§get_Server: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strServer: *mut BSTR) -> HRESULT§put_Server: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strServer: BSTR) -> HRESULT§get_Namespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strNamespace: *mut BSTR) -> HRESULT§put_Namespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strNamespace: BSTR) -> HRESULT§get_ParentNamespace: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strParentNamespace: *mut BSTR) -> HRESULT§get_DisplayName: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strDisplayName: *mut BSTR) -> HRESULT§put_DisplayName: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strDisplayName: BSTR) -> HRESULT§get_Class: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strClass: *mut BSTR) -> HRESULT§put_Class: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strClass: BSTR) -> HRESULT§get_IsClass: unsafe extern "system" fn(This: *mut ISWbemObjectPath, bIsClass: *mut VARIANT_BOOL) -> HRESULT§SetAsClass: unsafe extern "system" fn(This: *mut ISWbemObjectPath) -> HRESULT§get_IsSingleton: unsafe extern "system" fn(This: *mut ISWbemObjectPath, bIsSingleton: *mut VARIANT_BOOL) -> HRESULT§SetAsSingleton: unsafe extern "system" fn(This: *mut ISWbemObjectPath) -> HRESULT§get_Keys: unsafe extern "system" fn(This: *mut ISWbemObjectPath, objWbemNamedValueSet: *mut *mut ISWbemNamedValueSet) -> HRESULT§get_Security_: unsafe extern "system" fn(This: *mut ISWbemObjectPath, objWbemSecurity: *mut *mut ISWbemSecurity) -> HRESULT§get_Locale: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strLocale: *mut BSTR) -> HRESULT§put_Locale: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strLocale: BSTR) -> HRESULT§get_Authority: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strAuthority: *mut BSTR) -> HRESULT§put_Authority: unsafe extern "system" fn(This: *mut ISWbemObjectPath, strAuthority: BSTR) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.