Struct windows_sys::ApplicationModel::ConversationalAgent::ConversationalAgentSystemStateChangeType
[−]#[repr(transparent)]pub struct ConversationalAgentSystemStateChangeType(pub i32);
Expand description
Required features: ‘ApplicationModel_ConversationalAgent’
Tuple Fields
0: i32
Implementations
impl ConversationalAgentSystemStateChangeType
impl ConversationalAgentSystemStateChangeType
pub const UserAuthentication: Self
pub const ScreenAvailability: Self
pub const IndicatorLightAvailability: Self
pub const VoiceActivationAvailability: Self
Trait Implementations
impl Copy for ConversationalAgentSystemStateChangeType
Auto Trait Implementations
impl RefUnwindSafe for ConversationalAgentSystemStateChangeType
impl Send for ConversationalAgentSystemStateChangeType
impl Sync for ConversationalAgentSystemStateChangeType
impl Unpin for ConversationalAgentSystemStateChangeType
impl UnwindSafe for ConversationalAgentSystemStateChangeType
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