Struct IEmailNotificationTriggerDetails_Vtbl
#[repr(C)]pub struct IEmailNotificationTriggerDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub AccountName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ParentFolderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SenderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SenderAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EmailMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§AccountName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ParentFolderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SenderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SenderAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§EmailMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Timestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULTAuto Trait Implementations§
impl Freeze for IEmailNotificationTriggerDetails_Vtbl
impl RefUnwindSafe for IEmailNotificationTriggerDetails_Vtbl
impl Send for IEmailNotificationTriggerDetails_Vtbl
impl Sync for IEmailNotificationTriggerDetails_Vtbl
impl Unpin for IEmailNotificationTriggerDetails_Vtbl
impl UnwindSafe for IEmailNotificationTriggerDetails_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