#[repr(C)]pub struct IChatConversationThreadingInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub ContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetContactId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Custom: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetCustom: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub ConversationId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetConversationId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Participants: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut ChatConversationThreadingKind) -> HRESULT,
pub SetKind: unsafe extern "system" fn(_: *mut c_void, _: ChatConversationThreadingKind) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ContactId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetContactId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Custom: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetCustom: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§ConversationId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetConversationId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Participants: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut ChatConversationThreadingKind) -> HRESULT
§SetKind: unsafe extern "system" fn(_: *mut c_void, _: ChatConversationThreadingKind) -> HRESULT
Auto Trait Implementations§
impl Freeze for IChatConversationThreadingInfo_Vtbl
impl RefUnwindSafe for IChatConversationThreadingInfo_Vtbl
impl Send for IChatConversationThreadingInfo_Vtbl
impl Sync for IChatConversationThreadingInfo_Vtbl
impl Unpin for IChatConversationThreadingInfo_Vtbl
impl UnwindSafe for IChatConversationThreadingInfo_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