#[repr(C)]pub struct IWbemTransportVtbl {
pub parent: IUnknownVtbl,
pub Initialize: unsafe extern "system" fn(This: *mut IWbemTransport) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§Initialize: unsafe extern "system" fn(This: *mut IWbemTransport) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWbemTransportVtbl
impl RefUnwindSafe for IWbemTransportVtbl
impl Send for IWbemTransportVtbl
impl Sync for IWbemTransportVtbl
impl Unpin for IWbemTransportVtbl
impl UnwindSafe for IWbemTransportVtbl
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