Struct pgx_pg_sys::CustomScanState
source · [−]#[repr(C)]pub struct CustomScanState {
pub ss: ScanState,
pub flags: uint32,
pub custom_ps: *mut List,
pub pscan_len: Size,
pub methods: *const CustomExecMethods,
}Fields
ss: ScanStateflags: uint32custom_ps: *mut Listpscan_len: Sizemethods: *const CustomExecMethodsTrait Implementations
sourceimpl Clone for CustomScanState
impl Clone for CustomScanState
sourcefn clone(&self) -> CustomScanState
fn clone(&self) -> CustomScanState
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 CustomScanState
impl Debug for CustomScanState
sourceimpl Default for CustomScanState
impl Default for CustomScanState
sourceimpl Display for CustomScanState
impl Display for CustomScanState
sourceimpl PgNode for CustomScanState
impl PgNode for CustomScanState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CustomScanState
Auto Trait Implementations
impl RefUnwindSafe for CustomScanState
impl !Send for CustomScanState
impl !Sync for CustomScanState
impl Unpin for CustomScanState
impl UnwindSafe for CustomScanState
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