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