Struct IEmailAttachment2_Vtbl
#[repr(C)]pub struct IEmailAttachment2_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ContentId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContentId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ContentLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContentLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DownloadState: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailAttachmentDownloadState) -> HRESULT,
pub SetDownloadState: unsafe extern "system" fn(_: *mut c_void, _: EmailAttachmentDownloadState) -> HRESULT,
pub EstimatedDownloadSizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub SetEstimatedDownloadSizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub IsFromBaseMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsInline: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsInline: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub MimeType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetMimeType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ContentId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetContentId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ContentLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetContentLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DownloadState: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailAttachmentDownloadState) -> HRESULT§SetDownloadState: unsafe extern "system" fn(_: *mut c_void, _: EmailAttachmentDownloadState) -> HRESULT§EstimatedDownloadSizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT§SetEstimatedDownloadSizeInBytes: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT§IsFromBaseMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsInline: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsInline: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§MimeType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetMimeType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IEmailAttachment2_Vtbl
impl RefUnwindSafe for IEmailAttachment2_Vtbl
impl Send for IEmailAttachment2_Vtbl
impl Sync for IEmailAttachment2_Vtbl
impl Unpin for IEmailAttachment2_Vtbl
impl UnwindSafe for IEmailAttachment2_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