Struct windows::Win32::UI::TextServices::ITextStoreAnchorSink_Vtbl
#[repr(C)]pub struct ITextStoreAnchorSink_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnTextChange: unsafe extern "system" fn(_: *mut c_void, _: TEXT_STORE_CHANGE_FLAGS, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnSelectionChange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnLayoutChange: unsafe extern "system" fn(_: *mut c_void, _: TsLayoutCode, _: u32) -> HRESULT,
pub OnStatusChange: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub OnAttrsChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *const GUID) -> HRESULT,
pub OnLockGranted: unsafe extern "system" fn(_: *mut c_void, _: TEXT_STORE_LOCK_FLAGS) -> HRESULT,
pub OnStartEditTransaction: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnEndEditTransaction: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnTextChange: unsafe extern "system" fn(_: *mut c_void, _: TEXT_STORE_CHANGE_FLAGS, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnSelectionChange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnLayoutChange: unsafe extern "system" fn(_: *mut c_void, _: TsLayoutCode, _: u32) -> HRESULT
§OnStatusChange: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§OnAttrsChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *const GUID) -> HRESULT
§OnLockGranted: unsafe extern "system" fn(_: *mut c_void, _: TEXT_STORE_LOCK_FLAGS) -> HRESULT
§OnStartEditTransaction: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnEndEditTransaction: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ITextStoreAnchorSink_Vtbl
impl ITextStoreAnchorSink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITextStoreAnchorSink_Vtblwhere
Identity: ITextStoreAnchorSink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextStoreAnchorSink_Vtbl
impl RefUnwindSafe for ITextStoreAnchorSink_Vtbl
impl Send for ITextStoreAnchorSink_Vtbl
impl Sync for ITextStoreAnchorSink_Vtbl
impl Unpin for ITextStoreAnchorSink_Vtbl
impl UnwindSafe for ITextStoreAnchorSink_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