Struct ITfSystemLangBarItemText_Vtbl
#[repr(C)]pub struct ITfSystemLangBarItemText_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetItemText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub GetItemText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetItemText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§GetItemText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITfSystemLangBarItemText_Vtbl
impl ITfSystemLangBarItemText_Vtbl
pub const fn new<Identity: ITfSystemLangBarItemText_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfSystemLangBarItemText_Vtbl
impl RefUnwindSafe for ITfSystemLangBarItemText_Vtbl
impl Send for ITfSystemLangBarItemText_Vtbl
impl Sync for ITfSystemLangBarItemText_Vtbl
impl Unpin for ITfSystemLangBarItemText_Vtbl
impl UnwindSafe for ITfSystemLangBarItemText_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