#[repr(transparent)]pub struct VoiceCommandCompletionReason(pub i32);
Expand description
Required features: "ApplicationModel_VoiceCommands"
Tuple Fields
0: i32
Implementations
impl VoiceCommandCompletionReason
impl VoiceCommandCompletionReason
pub const Unknown: Self = Self(0i32)
pub const CommunicationFailed: Self = Self(1i32)
pub const ResourceLimitsExceeded: Self = Self(2i32)
pub const Canceled: Self = Self(3i32)
pub const TimeoutExceeded: Self = Self(4i32)
pub const AppLaunched: Self = Self(5i32)
pub const Completed: Self = Self(6i32)
Trait Implementations
impl Clone for VoiceCommandCompletionReason
impl Clone for VoiceCommandCompletionReason
impl Copy for VoiceCommandCompletionReason
Auto Trait Implementations
impl RefUnwindSafe for VoiceCommandCompletionReason
impl Send for VoiceCommandCompletionReason
impl Sync for VoiceCommandCompletionReason
impl Unpin for VoiceCommandCompletionReason
impl UnwindSafe for VoiceCommandCompletionReason
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