Struct ITfReadingInformationUIElement_Vtbl
#[repr(C)]pub struct ITfReadingInformationUIElement_Vtbl {
pub base__: ITfUIElement_Vtbl,
pub GetUpdatedFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetMaxReadingStringLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetErrorIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub IsVerticalOrderPreferred: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: ITfUIElement_Vtbl
§GetUpdatedFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetString: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetMaxReadingStringLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetErrorIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§IsVerticalOrderPreferred: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl ITfReadingInformationUIElement_Vtbl
impl ITfReadingInformationUIElement_Vtbl
pub const fn new<Identity: ITfReadingInformationUIElement_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfReadingInformationUIElement_Vtbl
impl RefUnwindSafe for ITfReadingInformationUIElement_Vtbl
impl Send for ITfReadingInformationUIElement_Vtbl
impl Sync for ITfReadingInformationUIElement_Vtbl
impl Unpin for ITfReadingInformationUIElement_Vtbl
impl UnwindSafe for ITfReadingInformationUIElement_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