Struct windows::ApplicationModel::Chat::ChatMessageOperatorKind
#[repr(transparent)]pub struct ChatMessageOperatorKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ChatMessageOperatorKind
impl ChatMessageOperatorKind
pub const Unspecified: Self = _
pub const Sms: Self = _
pub const Mms: Self = _
pub const Rcs: Self = _
Trait Implementations§
§impl Clone for ChatMessageOperatorKind
impl Clone for ChatMessageOperatorKind
§fn clone(&self) -> ChatMessageOperatorKind
fn clone(&self) -> ChatMessageOperatorKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ChatMessageOperatorKind
impl Debug for ChatMessageOperatorKind
§impl Default for ChatMessageOperatorKind
impl Default for ChatMessageOperatorKind
§fn default() -> ChatMessageOperatorKind
fn default() -> ChatMessageOperatorKind
Returns the “default value” for a type. Read more
§impl PartialEq for ChatMessageOperatorKind
impl PartialEq for ChatMessageOperatorKind
§fn eq(&self, other: &ChatMessageOperatorKind) -> bool
fn eq(&self, other: &ChatMessageOperatorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ChatMessageOperatorKind
impl Eq for ChatMessageOperatorKind
impl StructuralPartialEq for ChatMessageOperatorKind
Auto Trait Implementations§
impl Freeze for ChatMessageOperatorKind
impl RefUnwindSafe for ChatMessageOperatorKind
impl Send for ChatMessageOperatorKind
impl Sync for ChatMessageOperatorKind
impl Unpin for ChatMessageOperatorKind
impl UnwindSafe for ChatMessageOperatorKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)