#[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
pub const CommunicationFailed: Self
pub const ResourceLimitsExceeded: Self
pub const Canceled: Self
pub const TimeoutExceeded: Self
pub const AppLaunched: Self
pub const Completed: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more