#[repr(C)]pub struct BitmapHeapPath {
pub path: Path,
pub bitmapqual: *mut Path,
}Fields§
§path: Path§bitmapqual: *mut PathTrait Implementations§
Source§impl Clone for BitmapHeapPath
impl Clone for BitmapHeapPath
Source§fn clone(&self) -> BitmapHeapPath
fn clone(&self) -> BitmapHeapPath
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BitmapHeapPath
impl Debug for BitmapHeapPath
Source§impl Default for BitmapHeapPath
impl Default for BitmapHeapPath
Source§impl Display for BitmapHeapPath
impl Display for BitmapHeapPath
Source§impl PgNode for BitmapHeapPath
impl PgNode for BitmapHeapPath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for BitmapHeapPath
Auto Trait Implementations§
impl Freeze for BitmapHeapPath
impl RefUnwindSafe for BitmapHeapPath
impl !Send for BitmapHeapPath
impl !Sync for BitmapHeapPath
impl Unpin for BitmapHeapPath
impl UnwindSafe for BitmapHeapPath
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