pub struct VoiceCommandDefinitionManager;
Implementations§
§impl VoiceCommandDefinitionManager
impl VoiceCommandDefinitionManager
pub fn InstallCommandDefinitionsFromStorageFileAsync<P0>(
file: P0,
) -> Result<IAsyncAction>where
P0: Param<StorageFile>,
pub fn InstalledCommandDefinitions() -> Result<IMapView<HSTRING, VoiceCommandDefinition>>
Auto Trait Implementations§
impl Freeze for VoiceCommandDefinitionManager
impl RefUnwindSafe for VoiceCommandDefinitionManager
impl Send for VoiceCommandDefinitionManager
impl Sync for VoiceCommandDefinitionManager
impl Unpin for VoiceCommandDefinitionManager
impl UnwindSafe for VoiceCommandDefinitionManager
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more