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