Struct pgrx_pg_sys::int2vector
source · #[repr(C)]pub struct int2vector {
pub vl_len_: int32,
pub ndim: c_int,
pub dataoffset: int32,
pub elemtype: Oid,
pub dim1: c_int,
pub lbound1: c_int,
pub values: __IncompleteArrayField<int16>,
}
Fields§
§vl_len_: int32
§ndim: c_int
§dataoffset: int32
§elemtype: Oid
§dim1: c_int
§lbound1: c_int
§values: __IncompleteArrayField<int16>
Trait Implementations§
source§impl Debug for int2vector
impl Debug for int2vector
Auto Trait Implementations§
impl Freeze for int2vector
impl RefUnwindSafe for int2vector
impl Send for int2vector
impl Sync for int2vector
impl Unpin for int2vector
impl UnwindSafe for int2vector
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