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