#[repr(C)]pub struct SysScanDescData {
pub heap_rel: Relation,
pub irel: Relation,
pub scan: *mut TableScanDescData,
pub iscan: *mut IndexScanDescData,
pub snapshot: *mut SnapshotData,
pub slot: *mut TupleTableSlot,
}Fields§
§heap_rel: Relation§irel: Relation§scan: *mut TableScanDescData§iscan: *mut IndexScanDescData§snapshot: *mut SnapshotData§slot: *mut TupleTableSlotTrait Implementations§
Source§impl Clone for SysScanDescData
impl Clone for SysScanDescData
Source§fn clone(&self) -> SysScanDescData
fn clone(&self) -> SysScanDescData
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 SysScanDescData
Source§impl Debug for SysScanDescData
impl Debug for SysScanDescData
Auto Trait Implementations§
impl !Send for SysScanDescData
impl !Sync for SysScanDescData
impl Freeze for SysScanDescData
impl RefUnwindSafe for SysScanDescData
impl Unpin for SysScanDescData
impl UnsafeUnpin for SysScanDescData
impl UnwindSafe for SysScanDescData
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