Struct pgrx_pg_sys::AttStatsSlot
source · #[repr(C)]pub struct AttStatsSlot {
pub staop: Oid,
pub stacoll: Oid,
pub valuetype: Oid,
pub values: *mut Datum,
pub nvalues: c_int,
pub numbers: *mut float4,
pub nnumbers: c_int,
pub values_arr: *mut c_void,
pub numbers_arr: *mut c_void,
}Fields§
§staop: Oid§stacoll: Oid§valuetype: Oid§values: *mut Datum§nvalues: c_int§numbers: *mut float4§nnumbers: c_int§values_arr: *mut c_void§numbers_arr: *mut c_voidTrait Implementations§
source§impl Clone for AttStatsSlot
impl Clone for AttStatsSlot
source§fn clone(&self) -> AttStatsSlot
fn clone(&self) -> AttStatsSlot
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more