Struct IAppWindowPresenter_Vtbl
#[repr(C)]pub struct IAppWindowPresenter_Vtbl {
pub base__: IInspectable_Vtbl,
pub GetConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsPresentationSupported: unsafe extern "system" fn(_: *mut c_void, _: AppWindowPresentationKind, _: *mut bool) -> HRESULT,
pub RequestPresentation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub RequestPresentationByKind: unsafe extern "system" fn(_: *mut c_void, _: AppWindowPresentationKind, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetConfiguration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsPresentationSupported: unsafe extern "system" fn(_: *mut c_void, _: AppWindowPresentationKind, _: *mut bool) -> HRESULT
§RequestPresentation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
§RequestPresentationByKind: unsafe extern "system" fn(_: *mut c_void, _: AppWindowPresentationKind, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppWindowPresenter_Vtbl
impl RefUnwindSafe for IAppWindowPresenter_Vtbl
impl Send for IAppWindowPresenter_Vtbl
impl Sync for IAppWindowPresenter_Vtbl
impl Unpin for IAppWindowPresenter_Vtbl
impl UnwindSafe for IAppWindowPresenter_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