Struct pgx_pg_sys::MaterialState
source · [−]#[repr(C)]pub struct MaterialState {
pub ss: ScanState,
pub eflags: c_int,
pub eof_underlying: bool,
pub tuplestorestate: *mut Tuplestorestate,
}Fields
ss: ScanStateeflags: c_inteof_underlying: booltuplestorestate: *mut TuplestorestateTrait Implementations
sourceimpl Clone for MaterialState
impl Clone for MaterialState
sourcefn clone(&self) -> MaterialState
fn clone(&self) -> MaterialState
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 MaterialState
impl Debug for MaterialState
sourceimpl Default for MaterialState
impl Default for MaterialState
sourceimpl Display for MaterialState
impl Display for MaterialState
sourceimpl PgNode for MaterialState
impl PgNode for MaterialState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for MaterialState
Auto Trait Implementations
impl RefUnwindSafe for MaterialState
impl !Send for MaterialState
impl !Sync for MaterialState
impl Unpin for MaterialState
impl UnwindSafe for MaterialState
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