#[repr(C)]pub struct IFsrmActionReport_Vtbl {
pub base__: IFsrmAction_Vtbl,
pub ReportTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetReportTypes: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub MailTo: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetMailTo: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IFsrmAction_Vtbl
§ReportTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetReportTypes: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§MailTo: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetMailTo: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IFsrmActionReport_Vtbl
impl IFsrmActionReport_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsrmActionReport_Vtblwhere
Identity: IFsrmActionReport_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmActionReport_Vtbl
impl RefUnwindSafe for IFsrmActionReport_Vtbl
impl Send for IFsrmActionReport_Vtbl
impl Sync for IFsrmActionReport_Vtbl
impl Unpin for IFsrmActionReport_Vtbl
impl UnwindSafe for IFsrmActionReport_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