#[repr(C)]pub struct BitmapAndPath {
pub path: Path,
pub bitmapquals: *mut List,
pub bitmapselectivity: Selectivity,
}
Fields§
§path: Path
§bitmapquals: *mut List
§bitmapselectivity: Selectivity
Trait Implementations§
Source§impl Clone for BitmapAndPath
impl Clone for BitmapAndPath
Source§fn clone(&self) -> BitmapAndPath
fn clone(&self) -> BitmapAndPath
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 BitmapAndPath
impl Debug for BitmapAndPath
Source§impl Default for BitmapAndPath
impl Default for BitmapAndPath
Source§impl Display for BitmapAndPath
impl Display for BitmapAndPath
Source§impl PgNode for BitmapAndPath
impl PgNode for BitmapAndPath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for BitmapAndPath
Auto Trait Implementations§
impl Freeze for BitmapAndPath
impl RefUnwindSafe for BitmapAndPath
impl !Send for BitmapAndPath
impl !Sync for BitmapAndPath
impl Unpin for BitmapAndPath
impl UnwindSafe for BitmapAndPath
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