#[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 (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 BitmapHeapPath
Source§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
Auto Trait Implementations§
impl !Send for BitmapHeapPath
impl !Sync for BitmapHeapPath
impl Freeze for BitmapHeapPath
impl RefUnwindSafe for BitmapHeapPath
impl Unpin for BitmapHeapPath
impl UnsafeUnpin 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