Struct pgx_pg_sys::PATH [−][src]
#[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_: int32npts: int32closed: int32dummy: int32p: __IncompleteArrayField<Point>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PATH
impl RefUnwindSafe for PATHimpl UnwindSafe for PATH
impl UnwindSafe for PATH