Struct IWebViewControlProcess_Vtbl
#[repr(C)]pub struct IWebViewControlProcess_Vtbl {
pub base__: IInspectable_Vtbl,
pub ProcessId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub EnterpriseId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsPrivateNetworkClientServerCapabilityEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CreateWebViewControlAsync: unsafe extern "system" fn(_: *mut c_void, _: i64, _: Rect, _: *mut *mut c_void) -> HRESULT,
pub GetWebViewControls: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Terminate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ProcessExited: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveProcessExited: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ProcessId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§EnterpriseId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsPrivateNetworkClientServerCapabilityEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§CreateWebViewControlAsync: unsafe extern "system" fn(_: *mut c_void, _: i64, _: Rect, _: *mut *mut c_void) -> HRESULT§GetWebViewControls: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Terminate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ProcessExited: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveProcessExited: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IWebViewControlProcess_Vtbl
impl RefUnwindSafe for IWebViewControlProcess_Vtbl
impl Send for IWebViewControlProcess_Vtbl
impl Sync for IWebViewControlProcess_Vtbl
impl Unpin for IWebViewControlProcess_Vtbl
impl UnwindSafe for IWebViewControlProcess_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