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