Struct pgrx_pg_sys::ParsedText
source · #[repr(C)]pub struct ParsedText {
pub words: *mut ParsedWord,
pub lenwords: int32,
pub curwords: int32,
pub pos: int32,
}
Fields§
§words: *mut ParsedWord
§lenwords: int32
§curwords: int32
§pos: int32
Trait Implementations§
source§impl Clone for ParsedText
impl Clone for ParsedText
source§fn clone(&self) -> ParsedText
fn clone(&self) -> ParsedText
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