#[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: ScanState
§flags: uint32
§custom_ps: *mut List
§pscan_len: Size
§methods: *const CustomExecMethods
Trait Implementations§
Source§impl Clone for CustomScanState
impl Clone for CustomScanState
Source§fn clone(&self) -> CustomScanState
fn clone(&self) -> CustomScanState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CustomScanState
impl Debug for CustomScanState
Source§impl Default for CustomScanState
impl Default for CustomScanState
Source§impl Display for CustomScanState
impl Display for CustomScanState
Source§impl PgNode for CustomScanState
impl PgNode for CustomScanState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CustomScanState
Auto Trait Implementations§
impl Freeze for CustomScanState
impl RefUnwindSafe for CustomScanState
impl !Send for CustomScanState
impl !Sync for CustomScanState
impl Unpin for CustomScanState
impl UnwindSafe for CustomScanState
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