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