Struct pgx_pg_sys::HeadlineParsedText
source · #[repr(C)]pub struct HeadlineParsedText {
pub words: *mut HeadlineWordEntry,
pub lenwords: int32,
pub curwords: int32,
pub vectorpos: int32,
pub startsel: *mut c_char,
pub stopsel: *mut c_char,
pub fragdelim: *mut c_char,
pub startsellen: int16,
pub stopsellen: int16,
pub fragdelimlen: int16,
}Fields§
§words: *mut HeadlineWordEntry§lenwords: int32§curwords: int32§vectorpos: int32§startsel: *mut c_char§stopsel: *mut c_char§fragdelim: *mut c_char§startsellen: int16§stopsellen: int16§fragdelimlen: int16Trait Implementations§
source§impl Clone for HeadlineParsedText
impl Clone for HeadlineParsedText
source§fn clone(&self) -> HeadlineParsedText
fn clone(&self) -> HeadlineParsedText
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