Struct pgx_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_: int32npts: int32closed: int32dummy: int32p: __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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more