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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more