Struct windows::Win32::UI::TextServices::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 MaybeUninit<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 MaybeUninit<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, const OFFSET: isize>() -> ITfProperty_Vtblwhere
Identity: ITfProperty_Impl + IUnknownImpl,
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