Struct windows::Services::Maps::MapManager
pub struct MapManager;
Implementations§
§impl MapManager
impl MapManager
pub fn ShowDownloadedMapsUI() -> Result<()>
pub fn ShowMapsUpdateUI() -> Result<()>
Auto Trait Implementations§
impl Freeze for MapManager
impl RefUnwindSafe for MapManager
impl Send for MapManager
impl Sync for MapManager
impl Unpin for MapManager
impl UnwindSafe for MapManager
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