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