Struct windows::ApplicationModel::Chat::RcsManager
pub struct RcsManager;
Implementations§
§impl RcsManager
impl RcsManager
pub fn GetEndUserMessageManager() -> Result<RcsEndUserMessageManager>
pub fn GetTransportsAsync() -> Result<IAsyncOperation<IVectorView<RcsTransport>>>
pub fn GetTransportAsync( transportid: &HSTRING, ) -> Result<IAsyncOperation<RcsTransport>>
pub fn LeaveConversationAsync<P0>(conversation: P0) -> Result<IAsyncAction>where
P0: Param<ChatConversation>,
pub fn TransportListChanged<P0>(handler: P0) -> Result<EventRegistrationToken>where
P0: Param<EventHandler<IInspectable>>,
pub fn RemoveTransportListChanged(token: EventRegistrationToken) -> Result<()>
Auto Trait Implementations§
impl Freeze for RcsManager
impl RefUnwindSafe for RcsManager
impl Send for RcsManager
impl Sync for RcsManager
impl Unpin for RcsManager
impl UnwindSafe for RcsManager
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