Struct pgx_pg_sys::SampleScanState
source · [−]#[repr(C)]pub struct SampleScanState {
pub ss: ScanState,
pub args: *mut List,
pub repeatable: *mut ExprState,
pub tsmroutine: *mut TsmRoutine,
pub tsm_state: *mut c_void,
pub use_bulkread: bool,
pub use_pagemode: bool,
pub begun: bool,
pub seed: uint32,
pub donetuples: int64,
pub haveblock: bool,
pub done: bool,
}Fields
ss: ScanStateargs: *mut Listrepeatable: *mut ExprStatetsmroutine: *mut TsmRoutinetsm_state: *mut c_voiduse_bulkread: booluse_pagemode: boolbegun: boolseed: uint32donetuples: int64haveblock: booldone: boolTrait Implementations
sourceimpl Clone for SampleScanState
impl Clone for SampleScanState
sourcefn clone(&self) -> SampleScanState
fn clone(&self) -> SampleScanState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SampleScanState
impl Debug for SampleScanState
sourceimpl Default for SampleScanState
impl Default for SampleScanState
sourceimpl Display for SampleScanState
impl Display for SampleScanState
sourceimpl PgNode for SampleScanState
impl PgNode for SampleScanState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for SampleScanState
Auto Trait Implementations
impl RefUnwindSafe for SampleScanState
impl !Send for SampleScanState
impl !Sync for SampleScanState
impl Unpin for SampleScanState
impl UnwindSafe for SampleScanState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more