Struct pgrx_pg_sys::LSEG
source · #[repr(C)]pub struct LSEG {
pub p: [Point; 2],
}
Fields§
§p: [Point; 2]
Trait Implementations§
impl Copy for LSEG
Auto Trait Implementations§
impl Freeze for LSEG
impl RefUnwindSafe for LSEG
impl Send for LSEG
impl Sync for LSEG
impl Unpin for LSEG
impl UnwindSafe for LSEG
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