Struct windows::ApplicationModel::Email::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 MaybeUninit<HSTRING>) -> HRESULT,
pub ContentId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetContentId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub ContentLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetContentLocation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> 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 MaybeUninit<HSTRING>) -> HRESULT,
pub SetMimeType: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§ContentId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetContentId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§ContentLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetContentLocation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> 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 MaybeUninit<HSTRING>) -> HRESULT
§SetMimeType: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
Auto 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