Struct 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 *mut c_void) -> HRESULT,
pub TransportId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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 i64) -> HRESULT,
pub RemoveServiceKindSupportedChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> 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 *mut c_void) -> HRESULT§TransportId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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 i64) -> HRESULT§RemoveServiceKindSupportedChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto 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