#[repr(C)]pub struct GeoBoundary {
pub numVerts: c_int,
pub verts: [GeoCoord; 10],
}Expand description
@struct GeoBoundary @brief cell boundary in latitude/longitude
Fields§
§numVerts: c_int< number of vertices
verts: [GeoCoord; 10]< vertices in ccw order
Trait Implementations§
Source§impl Clone for GeoBoundary
impl Clone for GeoBoundary
Source§fn clone(&self) -> GeoBoundary
fn clone(&self) -> GeoBoundary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GeoBoundary
impl Debug for GeoBoundary
impl Copy for GeoBoundary
Auto Trait Implementations§
impl Freeze for GeoBoundary
impl RefUnwindSafe for GeoBoundary
impl Send for GeoBoundary
impl Sync for GeoBoundary
impl Unpin for GeoBoundary
impl UnwindSafe for GeoBoundary
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