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