Struct windows::Win32::System::Wmi::IWbemUnsecuredApartment_Vtbl
#[repr(C)]pub struct IWbemUnsecuredApartment_Vtbl {
pub base__: IUnsecuredApartment_Vtbl,
pub CreateSinkStub: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnsecuredApartment_Vtbl
§CreateSinkStub: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IWbemUnsecuredApartment_Vtbl
impl IWbemUnsecuredApartment_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemUnsecuredApartment_Vtblwhere
Identity: IWbemUnsecuredApartment_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemUnsecuredApartment_Vtbl
impl RefUnwindSafe for IWbemUnsecuredApartment_Vtbl
impl Send for IWbemUnsecuredApartment_Vtbl
impl Sync for IWbemUnsecuredApartment_Vtbl
impl Unpin for IWbemUnsecuredApartment_Vtbl
impl UnwindSafe for IWbemUnsecuredApartment_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more