Struct windows::ApplicationModel::Chat::IRcsTransport_Vtbl
#[repr(C)]pub struct IRcsTransport_Vtbl {
pub base__: IInspectable_Vtbl,
pub ExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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 Configuration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsStoreAndForwardEnabled: unsafe extern "system" fn(_: *mut c_void, _: RcsServiceKind, _: *mut bool) -> HRESULT,
pub IsServiceKindSupported: unsafe extern "system" fn(_: *mut c_void, _: RcsServiceKind, _: *mut bool) -> HRESULT,
pub ServiceKindSupportedChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveServiceKindSupportedChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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
§Configuration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsStoreAndForwardEnabled: unsafe extern "system" fn(_: *mut c_void, _: RcsServiceKind, _: *mut bool) -> HRESULT
§IsServiceKindSupported: unsafe extern "system" fn(_: *mut c_void, _: RcsServiceKind, _: *mut bool) -> HRESULT
§ServiceKindSupportedChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveServiceKindSupportedChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRcsTransport_Vtbl
impl RefUnwindSafe for IRcsTransport_Vtbl
impl Send for IRcsTransport_Vtbl
impl Sync for IRcsTransport_Vtbl
impl Unpin for IRcsTransport_Vtbl
impl UnwindSafe for IRcsTransport_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