Struct libpg_query::PgQuerySplitStmt
source · #[repr(C)]pub struct PgQuerySplitStmt {
pub stmt_location: c_int,
pub stmt_len: c_int,
}
Fields§
§stmt_location: c_int
§stmt_len: c_int
Trait Implementations§
source§impl Clone for PgQuerySplitStmt
impl Clone for PgQuerySplitStmt
source§fn clone(&self) -> PgQuerySplitStmt
fn clone(&self) -> PgQuerySplitStmt
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 more