#[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 CustomExecMethodsTrait Implementations§
Source§impl Clone for CustomScanState
impl Clone for CustomScanState
Source§fn clone(&self) -> CustomScanState
fn clone(&self) -> CustomScanState
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 CustomScanState
Source§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
Auto Trait Implementations§
impl !Send for CustomScanState
impl !Sync for CustomScanState
impl Freeze for CustomScanState
impl RefUnwindSafe for CustomScanState
impl Unpin for CustomScanState
impl UnsafeUnpin 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