#[repr(C)]pub struct LSEG {
pub p: [Point; 2],
}Fields§
§p: [Point; 2]Trait Implementations§
impl Copy for LSEG
Source§impl SqlTranslatable for LSEG
impl SqlTranslatable for LSEG
const TYPE_IDENT: &'static str = "pgrx_pg_sys::submodules::sql_translatable::LSEG"
const TYPE_ORIGIN: TypeOrigin = TypeOrigin::External
const ARGUMENT_SQL: Result<SqlMappingRef, ArgumentError>
const RETURN_SQL: Result<ReturnsRef, ReturnsError>
fn type_name() -> &'static str
fn argument_sql() -> Result<SqlMapping, ArgumentError>
fn return_sql() -> Result<Returns, ReturnsError>
fn entity() -> FunctionMetadataTypeEntity<'static>
Auto Trait Implementations§
impl Freeze for LSEG
impl RefUnwindSafe for LSEG
impl Send for LSEG
impl Sync for LSEG
impl Unpin for LSEG
impl UnsafeUnpin 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