Struct ICoreInputView3_Vtbl
#[repr(C)]pub struct ICoreInputView3_Vtbl {
pub base__: IInspectable_Vtbl,
pub TryShow: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub TryShowWithKind: unsafe extern "system" fn(_: *mut c_void, _: CoreInputViewKind, _: *mut bool) -> HRESULT,
pub TryHide: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TryShow: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§TryShowWithKind: unsafe extern "system" fn(_: *mut c_void, _: CoreInputViewKind, _: *mut bool) -> HRESULT
§TryHide: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreInputView3_Vtbl
impl RefUnwindSafe for ICoreInputView3_Vtbl
impl Send for ICoreInputView3_Vtbl
impl Sync for ICoreInputView3_Vtbl
impl Unpin for ICoreInputView3_Vtbl
impl UnwindSafe for ICoreInputView3_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