#[repr(transparent)]pub struct GeolocationAccessStatus(pub i32);
Expand description
Required features: "Devices_Geolocation"
Tuple Fields
0: i32
Implementations
impl GeolocationAccessStatus
impl GeolocationAccessStatus
pub const Unspecified: Self = Self(0i32)
pub const Allowed: Self = Self(1i32)
pub const Denied: Self = Self(2i32)
Trait Implementations
impl Clone for GeolocationAccessStatus
impl Clone for GeolocationAccessStatus
impl Copy for GeolocationAccessStatus
Auto Trait Implementations
impl RefUnwindSafe for GeolocationAccessStatus
impl Send for GeolocationAccessStatus
impl Sync for GeolocationAccessStatus
impl Unpin for GeolocationAccessStatus
impl UnwindSafe for GeolocationAccessStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more