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