Struct IComponent2_Vtbl
#[repr(C)]pub struct IComponent2_Vtbl {
pub base__: IComponent_Vtbl,
pub QueryDispatch: unsafe extern "system" fn(_: *mut c_void, _: isize, _: DATA_OBJECT_TYPES, _: *mut *mut c_void) -> HRESULT,
pub GetResultViewType2: unsafe extern "system" fn(_: *mut c_void, _: isize, _: *mut RESULT_VIEW_TYPE_INFO) -> HRESULT,
pub RestoreResultView: unsafe extern "system" fn(_: *mut c_void, _: isize, _: *const RESULT_VIEW_TYPE_INFO) -> HRESULT,
}
Fields§
§base__: IComponent_Vtbl
§QueryDispatch: unsafe extern "system" fn(_: *mut c_void, _: isize, _: DATA_OBJECT_TYPES, _: *mut *mut c_void) -> HRESULT
§GetResultViewType2: unsafe extern "system" fn(_: *mut c_void, _: isize, _: *mut RESULT_VIEW_TYPE_INFO) -> HRESULT
§RestoreResultView: unsafe extern "system" fn(_: *mut c_void, _: isize, _: *const RESULT_VIEW_TYPE_INFO) -> HRESULT
Implementations§
§impl IComponent2_Vtbl
impl IComponent2_Vtbl
pub const fn new<Identity: IComponent2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComponent2_Vtbl
impl RefUnwindSafe for IComponent2_Vtbl
impl Send for IComponent2_Vtbl
impl Sync for IComponent2_Vtbl
impl Unpin for IComponent2_Vtbl
impl UnwindSafe for IComponent2_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