Struct pgrx_pg_sys::Sort
source · #[repr(C)]pub struct Sort {
pub plan: Plan,
pub numCols: c_int,
pub sortColIdx: *mut AttrNumber,
pub sortOperators: *mut Oid,
pub collations: *mut Oid,
pub nullsFirst: *mut bool,
}
Fields§
§plan: Plan
§numCols: c_int
§sortColIdx: *mut AttrNumber
§sortOperators: *mut Oid
§collations: *mut Oid
§nullsFirst: *mut bool
Trait Implementations§
impl Copy for Sort
Auto Trait Implementations§
impl Freeze for Sort
impl RefUnwindSafe for Sort
impl !Send for Sort
impl !Sync for Sort
impl Unpin for Sort
impl UnwindSafe for Sort
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