Struct windows::ApplicationModel::Chat::IChatMessage2_Vtbl
#[repr(C)]pub struct IChatMessage2_Vtbl {Show 29 fields
pub base__: IInspectable_Vtbl,
pub EstimatedDownloadSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub SetEstimatedDownloadSize: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub SetFrom: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub IsAutoReply: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsAutoReply: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SetIsForwardingDisabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsReplyDisabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsIncoming: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SetIsRead: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsSeen: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsSeen: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsSimMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetLocalTimestamp: unsafe extern "system" fn(_: *mut c_void, _: DateTime) -> HRESULT,
pub MessageKind: unsafe extern "system" fn(_: *mut c_void, _: *mut ChatMessageKind) -> HRESULT,
pub SetMessageKind: unsafe extern "system" fn(_: *mut c_void, _: ChatMessageKind) -> HRESULT,
pub MessageOperatorKind: unsafe extern "system" fn(_: *mut c_void, _: *mut ChatMessageOperatorKind) -> HRESULT,
pub SetMessageOperatorKind: unsafe extern "system" fn(_: *mut c_void, _: ChatMessageOperatorKind) -> HRESULT,
pub SetNetworkTimestamp: unsafe extern "system" fn(_: *mut c_void, _: DateTime) -> HRESULT,
pub IsReceivedDuringQuietHours: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsReceivedDuringQuietHours: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SetRemoteId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub SetStatus: unsafe extern "system" fn(_: *mut c_void, _: ChatMessageStatus) -> HRESULT,
pub SetSubject: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub ShouldSuppressNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetShouldSuppressNotification: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ThreadingInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetThreadingInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RecipientsDeliveryInfos: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§EstimatedDownloadSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§SetEstimatedDownloadSize: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
§SetFrom: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§IsAutoReply: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsAutoReply: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SetIsForwardingDisabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsReplyDisabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsIncoming: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SetIsRead: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsSeen: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsSeen: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsSimMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetLocalTimestamp: unsafe extern "system" fn(_: *mut c_void, _: DateTime) -> HRESULT
§MessageKind: unsafe extern "system" fn(_: *mut c_void, _: *mut ChatMessageKind) -> HRESULT
§SetMessageKind: unsafe extern "system" fn(_: *mut c_void, _: ChatMessageKind) -> HRESULT
§MessageOperatorKind: unsafe extern "system" fn(_: *mut c_void, _: *mut ChatMessageOperatorKind) -> HRESULT
§SetMessageOperatorKind: unsafe extern "system" fn(_: *mut c_void, _: ChatMessageOperatorKind) -> HRESULT
§SetNetworkTimestamp: unsafe extern "system" fn(_: *mut c_void, _: DateTime) -> HRESULT
§IsReceivedDuringQuietHours: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsReceivedDuringQuietHours: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SetRemoteId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§SetStatus: unsafe extern "system" fn(_: *mut c_void, _: ChatMessageStatus) -> HRESULT
§SetSubject: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§ShouldSuppressNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetShouldSuppressNotification: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ThreadingInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetThreadingInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RecipientsDeliveryInfos: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IChatMessage2_Vtbl
impl RefUnwindSafe for IChatMessage2_Vtbl
impl Send for IChatMessage2_Vtbl
impl Sync for IChatMessage2_Vtbl
impl Unpin for IChatMessage2_Vtbl
impl UnwindSafe for IChatMessage2_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