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