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