Struct windows::ApplicationModel::Core::IFrameworkView_Vtbl
#[repr(C)]pub struct IFrameworkView_Vtbl {
pub base__: IInspectable_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Load: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Run: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Uninitialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Load: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Run: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Uninitialize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IFrameworkView_Vtbl
impl IFrameworkView_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFrameworkView_Vtblwhere
Identity: IFrameworkView_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFrameworkView_Vtbl
impl RefUnwindSafe for IFrameworkView_Vtbl
impl Send for IFrameworkView_Vtbl
impl Sync for IFrameworkView_Vtbl
impl Unpin for IFrameworkView_Vtbl
impl UnwindSafe for IFrameworkView_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