Struct pgrx_pg_sys::LockRowsPath
source · #[repr(C)]pub struct LockRowsPath {
pub path: Path,
pub subpath: *mut Path,
pub rowMarks: *mut List,
pub epqParam: c_int,
}
Fields§
§path: Path
§subpath: *mut Path
§rowMarks: *mut List
§epqParam: c_int
Trait Implementations§
source§impl Clone for LockRowsPath
impl Clone for LockRowsPath
source§fn clone(&self) -> LockRowsPath
fn clone(&self) -> LockRowsPath
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 LockRowsPath
impl Debug for LockRowsPath
source§impl Default for LockRowsPath
impl Default for LockRowsPath
source§impl Display for LockRowsPath
impl Display for LockRowsPath
source§impl PgNode for LockRowsPath
impl PgNode for LockRowsPath
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more