Struct pgx_pg_sys::IndexAttributeBitMapData
source · [−]Fields
bits: [bits8; 4]Trait Implementations
sourceimpl Clone for IndexAttributeBitMapData
impl Clone for IndexAttributeBitMapData
sourcefn clone(&self) -> IndexAttributeBitMapData
fn clone(&self) -> IndexAttributeBitMapData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IndexAttributeBitMapData
impl Debug for IndexAttributeBitMapData
sourceimpl Default for IndexAttributeBitMapData
impl Default for IndexAttributeBitMapData
sourcefn default() -> IndexAttributeBitMapData
fn default() -> IndexAttributeBitMapData
Returns the “default value” for a type. Read more
impl Copy for IndexAttributeBitMapData
Auto Trait Implementations
impl RefUnwindSafe for IndexAttributeBitMapData
impl Send for IndexAttributeBitMapData
impl Sync for IndexAttributeBitMapData
impl Unpin for IndexAttributeBitMapData
impl UnwindSafe for IndexAttributeBitMapData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more