Struct pgrx_pg_sys::WordEntryPosVector
source · #[repr(C)]pub struct WordEntryPosVector {
pub npos: uint16,
pub pos: __IncompleteArrayField<WordEntryPos>,
}
Fields§
§npos: uint16
§pos: __IncompleteArrayField<WordEntryPos>
Trait Implementations§
source§impl Debug for WordEntryPosVector
impl Debug for WordEntryPosVector
source§impl Default for WordEntryPosVector
impl Default for WordEntryPosVector
source§fn default() -> WordEntryPosVector
fn default() -> WordEntryPosVector
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for WordEntryPosVector
impl Send for WordEntryPosVector
impl Sync for WordEntryPosVector
impl Unpin for WordEntryPosVector
impl UnwindSafe for WordEntryPosVector
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