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
impl Copy for IndexAttributeBitMapData
Auto Trait Implementations§
impl Freeze for IndexAttributeBitMapData
impl RefUnwindSafe for IndexAttributeBitMapData
impl Send for IndexAttributeBitMapData
impl Sync for IndexAttributeBitMapData
impl Unpin for IndexAttributeBitMapData
impl UnwindSafe for IndexAttributeBitMapData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more