Struct ITfProperty_Vtbl
#[repr(C)]pub struct ITfProperty_Vtbl {
pub base__: ITfReadOnlyProperty_Vtbl,
pub FindRange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void, _: TfAnchor) -> HRESULT,
pub SetValueStore: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *const VARIANT) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: ITfReadOnlyProperty_Vtbl
§FindRange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut *mut c_void, _: TfAnchor) -> HRESULT
§SetValueStore: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *const VARIANT) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
Implementations§
§impl ITfProperty_Vtbl
impl ITfProperty_Vtbl
pub const fn new<Identity: ITfProperty_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfProperty_Vtbl
impl RefUnwindSafe for ITfProperty_Vtbl
impl Send for ITfProperty_Vtbl
impl Sync for ITfProperty_Vtbl
impl Unpin for ITfProperty_Vtbl
impl UnwindSafe for ITfProperty_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