Struct pgrx_pg_sys::binaryheap
source · #[repr(C)]pub struct binaryheap {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for binaryheap
impl Clone for binaryheap
source§fn clone(&self) -> binaryheap
fn clone(&self) -> binaryheap
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 binaryheap
impl Debug for binaryheap
source§impl Default for binaryheap
impl Default for binaryheap
source§fn default() -> binaryheap
fn default() -> binaryheap
Returns the “default value” for a type. Read more