Struct IActiveIME2_Vtbl
#[repr(C)]pub struct IActiveIME2_Vtbl {
pub base__: IActiveIME_Vtbl,
pub Sleep: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Unsleep: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IActiveIME_Vtbl
§Sleep: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Unsleep: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IActiveIME2_Vtbl
impl IActiveIME2_Vtbl
pub const fn new<Identity: IActiveIME2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IActiveIME2_Vtbl
impl RefUnwindSafe for IActiveIME2_Vtbl
impl Send for IActiveIME2_Vtbl
impl Sync for IActiveIME2_Vtbl
impl Unpin for IActiveIME2_Vtbl
impl UnwindSafe for IActiveIME2_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