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