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 = Self(0i32)
pub const ScreenAvailability: Self = Self(1i32)
pub const IndicatorLightAvailability: Self = Self(2i32)
pub const VoiceActivationAvailability: Self = Self(3i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more