Struct pgrx_pg_sys::ExecPhraseData
source · #[repr(C)]pub struct ExecPhraseData {
pub npos: c_int,
pub allocated: bool,
pub negate: bool,
pub pos: *mut WordEntryPos,
pub width: c_int,
}Fields§
§npos: c_int§allocated: bool§negate: bool§pos: *mut WordEntryPos§width: c_intTrait Implementations§
source§impl Clone for ExecPhraseData
impl Clone for ExecPhraseData
source§fn clone(&self) -> ExecPhraseData
fn clone(&self) -> ExecPhraseData
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