#[repr(C)]pub struct LINE {
pub A: float8,
pub B: float8,
pub C: float8,
}Fields§
§A: float8§B: float8§C: float8Trait Implementations§
impl Copy for LINE
Source§impl SqlTranslatable for LINE
impl SqlTranslatable for LINE
const TYPE_IDENT: &'static str = "pgrx_pg_sys::submodules::sql_translatable::LINE"
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 LINE
impl RefUnwindSafe for LINE
impl Send for LINE
impl Sync for LINE
impl Unpin for LINE
impl UnsafeUnpin for LINE
impl UnwindSafe for LINE
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