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§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.