Struct pgx_pg_sys::GistEntryVector
source · [−]#[repr(C)]pub struct GistEntryVector {
pub n: int32,
pub vector: __IncompleteArrayField<GISTENTRY>,
}Fields
n: int32vector: __IncompleteArrayField<GISTENTRY>Trait Implementations
sourceimpl Debug for GistEntryVector
impl Debug for GistEntryVector
Auto Trait Implementations
impl RefUnwindSafe for GistEntryVector
impl !Send for GistEntryVector
impl !Sync for GistEntryVector
impl Unpin for GistEntryVector
impl UnwindSafe for GistEntryVector
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