Struct pgrx_pg_sys::POLYGON
source · #[repr(C)]pub struct POLYGON {
pub vl_len_: int32,
pub npts: int32,
pub boundbox: BOX,
pub p: __IncompleteArrayField<Point>,
}
Fields§
§vl_len_: int32
§npts: int32
§boundbox: BOX
§p: __IncompleteArrayField<Point>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for POLYGON
impl Send for POLYGON
impl Sync for POLYGON
impl Unpin for POLYGON
impl UnwindSafe for POLYGON
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