Struct VoiceCommandManager
pub struct VoiceCommandManager;
Implementations§
§impl VoiceCommandManager
impl VoiceCommandManager
pub fn InstallCommandSetsFromStorageFileAsync<P0>(
file: P0,
) -> Result<IAsyncAction>where
P0: Param<StorageFile>,
pub fn InstalledCommandSets() -> Result<IMapView<HSTRING, VoiceCommandSet>>
Auto Trait Implementations§
impl Freeze for VoiceCommandManager
impl RefUnwindSafe for VoiceCommandManager
impl Send for VoiceCommandManager
impl Sync for VoiceCommandManager
impl Unpin for VoiceCommandManager
impl UnwindSafe for VoiceCommandManager
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