#[repr(C)]pub struct IChatMessageTransport_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsAppSetAsNotificationProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsActive: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub TransportFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub TransportId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub RequestSetAsNotificationProviderAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsAppSetAsNotificationProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsActive: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§TransportFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§TransportId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§RequestSetAsNotificationProviderAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IChatMessageTransport_Vtbl
impl RefUnwindSafe for IChatMessageTransport_Vtbl
impl Send for IChatMessageTransport_Vtbl
impl Sync for IChatMessageTransport_Vtbl
impl Unpin for IChatMessageTransport_Vtbl
impl UnwindSafe for IChatMessageTransport_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