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