#[repr(C)]
pub struct IWbemPath_Vtbl {
Show 27 fields pub base__: IUnknown_Vtbl, pub SetText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT, pub GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut u32, _: PWSTR) -> HRESULT, pub GetInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u64) -> HRESULT, pub SetServer: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetServer: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT, pub GetNamespaceCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT, pub GetNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR) -> HRESULT, pub RemoveNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub RemoveAllNamespaces: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetScopeCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetScope: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT, pub SetScopeFromText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT, pub GetScope: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR, _: *mut *mut c_void) -> HRESULT, pub GetScopeAsText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR) -> HRESULT, pub RemoveScope: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub RemoveAllScopes: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub SetClassName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetClassName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT, pub GetKeyList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub CreateClassPart: unsafe extern "system" fn(_: *mut c_void, _: i32, _: PCWSTR) -> HRESULT, pub DeleteClassPart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub IsRelative: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> BOOL, pub IsRelativeOrChild: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: i32) -> BOOL, pub IsLocal: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL, pub IsSameClassName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL,
}

Fields§

§base__: IUnknown_Vtbl§SetText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§GetText: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut u32, _: PWSTR) -> HRESULT§GetInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u64) -> HRESULT§SetServer: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetServer: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT§GetNamespaceCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§GetNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR) -> HRESULT§RemoveNamespaceAt: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§RemoveAllNamespaces: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetScopeCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetScope: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§SetScopeFromText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR) -> HRESULT§GetScope: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR, _: *mut *mut c_void) -> HRESULT§GetScopeAsText: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: PWSTR) -> HRESULT§RemoveScope: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§RemoveAllScopes: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SetClassName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetClassName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT§GetKeyList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateClassPart: unsafe extern "system" fn(_: *mut c_void, _: i32, _: PCWSTR) -> HRESULT§DeleteClassPart: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§IsRelative: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> BOOL§IsRelativeOrChild: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: i32) -> BOOL§IsLocal: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL§IsSameClassName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL

Implementations§

§

impl IWbemPath_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IWbemPath_Impl, const OFFSET: isize>( ) -> IWbemPath_Vtbl

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>,

§

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>,

§

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.