Struct ITfPropertyStore_Vtbl
#[repr(C)]pub struct ITfPropertyStore_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetDataType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetData: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub OnTextUpdated: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub Shrink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub Divide: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPropertyRangeCreator: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Serialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetDataType: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetData: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§OnTextUpdated: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut BOOL) -> HRESULT
§Shrink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT
§Divide: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetPropertyRangeCreator: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§Serialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl ITfPropertyStore_Vtbl
impl ITfPropertyStore_Vtbl
pub const fn new<Identity: ITfPropertyStore_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfPropertyStore_Vtbl
impl RefUnwindSafe for ITfPropertyStore_Vtbl
impl Send for ITfPropertyStore_Vtbl
impl Sync for ITfPropertyStore_Vtbl
impl Unpin for ITfPropertyStore_Vtbl
impl UnwindSafe for ITfPropertyStore_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