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