Struct pgx_pg_sys::TuplesortInstrumentation
source · #[repr(C)]pub struct TuplesortInstrumentation {
pub sortMethod: TuplesortMethod,
pub spaceType: TuplesortSpaceType,
pub spaceUsed: int64,
}Fields§
§sortMethod: TuplesortMethod§spaceType: TuplesortSpaceType§spaceUsed: int64Trait Implementations§
source§impl Clone for TuplesortInstrumentation
impl Clone for TuplesortInstrumentation
source§fn clone(&self) -> TuplesortInstrumentation
fn clone(&self) -> TuplesortInstrumentation
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