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 HeadlineWordEntrylenwords: int32curwords: int32vectorpos: int32startsel: *mut c_charstopsel: *mut c_charfragdelim: *mut c_charstartsellen: int16stopsellen: int16fragdelimlen: int16Trait Implementations
sourceimpl Clone for HeadlineParsedText
impl Clone for HeadlineParsedText
sourcefn clone(&self) -> HeadlineParsedText
fn clone(&self) -> HeadlineParsedText
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for HeadlineParsedText
impl Debug for HeadlineParsedText
sourceimpl Default for HeadlineParsedText
impl Default for HeadlineParsedText
impl Copy for HeadlineParsedText
Auto Trait Implementations
impl RefUnwindSafe for HeadlineParsedText
impl !Send for HeadlineParsedText
impl !Sync for HeadlineParsedText
impl Unpin for HeadlineParsedText
impl UnwindSafe for HeadlineParsedText
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more