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