#[repr(C)]pub struct Geofence {
pub numVerts: c_int,
pub verts: *const GeoCoord,
}Expand description
@struct Geofence @brief similar to GeoBoundary, but requires more alloc work
Fields§
§numVerts: c_int§verts: *const GeoCoordTrait Implementations§
Auto Trait Implementations§
impl Freeze for Geofence
impl RefUnwindSafe for Geofence
impl !Send for Geofence
impl !Sync for Geofence
impl Unpin for Geofence
impl UnwindSafe for Geofence
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