Struct windows::Win32::UI::TextServices::ITextStoreACPServices_Vtbl
#[repr(C)]pub struct ITextStoreACPServices_Vtbl {
pub base__: IUnknown_Vtbl,
pub Serialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut TF_PERSISTENT_PROPERTY_HEADER_ACP, _: *mut c_void) -> HRESULT,
pub Unserialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const TF_PERSISTENT_PROPERTY_HEADER_ACP, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub ForceLoadProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateRange: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Serialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut TF_PERSISTENT_PROPERTY_HEADER_ACP, _: *mut c_void) -> HRESULT
§Unserialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const TF_PERSISTENT_PROPERTY_HEADER_ACP, _: *mut c_void, _: *mut c_void) -> HRESULT
§ForceLoadProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateRange: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITextStoreACPServices_Vtbl
impl ITextStoreACPServices_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITextStoreACPServices_Vtblwhere
Identity: ITextStoreACPServices_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextStoreACPServices_Vtbl
impl RefUnwindSafe for ITextStoreACPServices_Vtbl
impl Send for ITextStoreACPServices_Vtbl
impl Sync for ITextStoreACPServices_Vtbl
impl Unpin for ITextStoreACPServices_Vtbl
impl UnwindSafe for ITextStoreACPServices_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