Struct windows::Win32::UI::TextServices::ITfEditSession_Vtbl
#[repr(C)]pub struct ITfEditSession_Vtbl {
pub base__: IUnknown_Vtbl,
pub DoEditSession: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DoEditSession: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl ITfEditSession_Vtbl
impl ITfEditSession_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITfEditSession_Vtblwhere
Identity: ITfEditSession_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfEditSession_Vtbl
impl RefUnwindSafe for ITfEditSession_Vtbl
impl Send for ITfEditSession_Vtbl
impl Sync for ITfEditSession_Vtbl
impl Unpin for ITfEditSession_Vtbl
impl UnwindSafe for ITfEditSession_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