#[repr(C)]pub struct BitmapAndPath {
pub path: Path,
pub bitmapquals: *mut List,
pub bitmapselectivity: Selectivity,
}Fields§
§path: Path§bitmapquals: *mut List§bitmapselectivity: SelectivityTrait Implementations§
Source§impl Clone for BitmapAndPath
impl Clone for BitmapAndPath
Source§fn clone(&self) -> BitmapAndPath
fn clone(&self) -> BitmapAndPath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BitmapAndPath
Source§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
Auto Trait Implementations§
impl !Send for BitmapAndPath
impl !Sync for BitmapAndPath
impl Freeze for BitmapAndPath
impl RefUnwindSafe for BitmapAndPath
impl Unpin for BitmapAndPath
impl UnsafeUnpin 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