Struct pgrx_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: int16
Trait 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 moresource§impl Debug for HeadlineParsedText
impl Debug for HeadlineParsedText
source§impl Default for HeadlineParsedText
impl Default for HeadlineParsedText
impl Copy for HeadlineParsedText
Auto Trait Implementations§
impl Freeze for HeadlineParsedText
impl RefUnwindSafe for HeadlineParsedText
impl !Send for HeadlineParsedText
impl !Sync for HeadlineParsedText
impl Unpin for HeadlineParsedText
impl UnwindSafe for HeadlineParsedText
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more