Struct windows_sys::ApplicationModel::Chat::ChatMessageKind
[−]#[repr(transparent)]pub struct ChatMessageKind(pub i32);
Expand description
Required features: ‘ApplicationModel_Chat’
Tuple Fields
0: i32
Implementations
impl ChatMessageKind
impl ChatMessageKind
pub const Standard: Self
pub const FileTransferRequest: Self
pub const TransportCustom: Self
pub const JoinedConversation: Self
pub const LeftConversation: Self
pub const OtherParticipantJoinedConversation: Self
pub const OtherParticipantLeftConversation: Self
Trait Implementations
impl Clone for ChatMessageKind
impl Clone for ChatMessageKind
impl Copy for ChatMessageKind
Auto Trait Implementations
impl RefUnwindSafe for ChatMessageKind
impl Send for ChatMessageKind
impl Sync for ChatMessageKind
impl Unpin for ChatMessageKind
impl UnwindSafe for ChatMessageKind
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