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