Struct windows::Win32::System::Wmi::IWbemTransport_Vtbl
#[repr(C)]pub struct IWbemTransport_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWbemTransport_Vtbl
impl IWbemTransport_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWbemTransport_Vtblwhere
Identity: IWbemTransport_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWbemTransport_Vtbl
impl RefUnwindSafe for IWbemTransport_Vtbl
impl Send for IWbemTransport_Vtbl
impl Sync for IWbemTransport_Vtbl
impl Unpin for IWbemTransport_Vtbl
impl UnwindSafe for IWbemTransport_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