Struct windows_sys::Devices::Geolocation::GeoshapeType
[−]#[repr(transparent)]pub struct GeoshapeType(pub i32);
Expand description
Required features: "Devices_Geolocation"
Tuple Fields
0: i32
Implementations
impl GeoshapeType
impl GeoshapeType
pub const Geopoint: Self = Self(0i32)
pub const Geocircle: Self = Self(1i32)
pub const Geopath: Self = Self(2i32)
pub const GeoboundingBox: Self = Self(3i32)
Trait Implementations
impl Clone for GeoshapeType
impl Clone for GeoshapeType
impl Copy for GeoshapeType
Auto Trait Implementations
impl RefUnwindSafe for GeoshapeType
impl Send for GeoshapeType
impl Sync for GeoshapeType
impl Unpin for GeoshapeType
impl UnwindSafe for GeoshapeType
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