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