Struct pgx_pg_sys::pairingheap
source · #[repr(C)]pub struct pairingheap {
pub ph_compare: pairingheap_comparator,
pub ph_arg: *mut c_void,
pub ph_root: *mut pairingheap_node,
}Fields§
§ph_compare: pairingheap_comparator§ph_arg: *mut c_void§ph_root: *mut pairingheap_nodeTrait Implementations§
source§impl Clone for pairingheap
impl Clone for pairingheap
source§fn clone(&self) -> pairingheap
fn clone(&self) -> pairingheap
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