windows::Win32::System::Wmi

Struct ISWbemObjectPath_Vtbl

#[repr(C)]
pub struct ISWbemObjectPath_Vtbl {
Show 24 fields pub base__: IDispatch_Vtbl, pub Path: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetPath: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub RelPath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetRelPath: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Server: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetServer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Namespace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub ParentNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Class: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetClass: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub IsClass: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetAsClass: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub IsSingleton: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetAsSingleton: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub Keys: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Security_: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Locale: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetLocale: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Authority: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetAuthority: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§Path: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetPath: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§RelPath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetRelPath: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Server: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetServer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Namespace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ParentNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Class: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetClass: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§IsClass: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetAsClass: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§IsSingleton: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetAsSingleton: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Keys: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Security_: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Locale: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLocale: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Authority: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAuthority: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT

Implementations§

§

impl ISWbemObjectPath_Vtbl

pub const fn new<Identity: ISWbemObjectPath_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

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.