Struct pgrx_pg_sys::TuplesortInstrumentation
source · #[repr(C)]pub struct TuplesortInstrumentation {
pub sortMethod: TuplesortMethod,
pub spaceType: TuplesortSpaceType,
pub spaceUsed: int64,
}
Fields§
§sortMethod: TuplesortMethod
§spaceType: TuplesortSpaceType
§spaceUsed: int64
Trait 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 moresource§impl Debug for TuplesortInstrumentation
impl Debug for TuplesortInstrumentation
source§impl Default for TuplesortInstrumentation
impl Default for TuplesortInstrumentation
impl Copy for TuplesortInstrumentation
Auto Trait Implementations§
impl Freeze for TuplesortInstrumentation
impl RefUnwindSafe for TuplesortInstrumentation
impl Send for TuplesortInstrumentation
impl Sync for TuplesortInstrumentation
impl Unpin for TuplesortInstrumentation
impl UnwindSafe for TuplesortInstrumentation
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