Struct GeotagHelper
pub struct GeotagHelper;
Implementations§
§impl GeotagHelper
impl GeotagHelper
pub fn GetGeotagAsync<P0>(file: P0) -> Result<IAsyncOperation<Geopoint>>where
P0: Param<IStorageFile>,
pub fn SetGeotagFromGeolocatorAsync<P0, P1>(
file: P0,
geolocator: P1,
) -> Result<IAsyncAction>where
P0: Param<IStorageFile>,
P1: Param<Geolocator>,
pub fn SetGeotagAsync<P0, P1>(file: P0, geopoint: P1) -> Result<IAsyncAction>where
P0: Param<IStorageFile>,
P1: Param<Geopoint>,
Auto Trait Implementations§
impl Freeze for GeotagHelper
impl RefUnwindSafe for GeotagHelper
impl Send for GeotagHelper
impl Sync for GeotagHelper
impl Unpin for GeotagHelper
impl UnwindSafe for GeotagHelper
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