Struct windows_sys::ApplicationModel::Chat::RcsServiceKind
[−]#[repr(transparent)]pub struct RcsServiceKind(pub i32);
Expand description
Required features: "ApplicationModel_Chat"
Tuple Fields
0: i32
Implementations
impl RcsServiceKind
impl RcsServiceKind
pub const Chat: Self = Self(0i32)
pub const GroupChat: Self = Self(1i32)
pub const FileTransfer: Self = Self(2i32)
pub const Capability: Self = Self(3i32)
Trait Implementations
impl Clone for RcsServiceKind
impl Clone for RcsServiceKind
impl Copy for RcsServiceKind
Auto Trait Implementations
impl RefUnwindSafe for RcsServiceKind
impl Send for RcsServiceKind
impl Sync for RcsServiceKind
impl Unpin for RcsServiceKind
impl UnwindSafe for RcsServiceKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more