Struct pgx_pg_sys::BitmapAndPath
source · [−]#[repr(C)]pub struct BitmapAndPath {
pub path: Path,
pub bitmapquals: *mut List,
pub bitmapselectivity: Selectivity,
}Fields
path: Pathbitmapquals: *mut Listbitmapselectivity: SelectivityTrait Implementations
sourceimpl Clone for BitmapAndPath
impl Clone for BitmapAndPath
sourcefn clone(&self) -> BitmapAndPath
fn clone(&self) -> BitmapAndPath
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 BitmapAndPath
impl Debug for BitmapAndPath
sourceimpl Default for BitmapAndPath
impl Default for BitmapAndPath
sourceimpl Display for BitmapAndPath
impl Display for BitmapAndPath
sourceimpl PgNode for BitmapAndPath
impl PgNode for BitmapAndPath
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for BitmapAndPath
Auto Trait Implementations
impl RefUnwindSafe for BitmapAndPath
impl !Send for BitmapAndPath
impl !Sync for BitmapAndPath
impl Unpin for BitmapAndPath
impl UnwindSafe for BitmapAndPath
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