#[repr(C)]pub struct ArrayMetaState {
pub element_type: Oid,
pub typlen: int16,
pub typbyval: bool,
pub typalign: c_char,
pub typdelim: c_char,
pub typioparam: Oid,
pub typiofunc: Oid,
pub proc_: FmgrInfo,
}
Fields§
§element_type: Oid
§typlen: int16
§typbyval: bool
§typalign: c_char
§typdelim: c_char
§typioparam: Oid
§typiofunc: Oid
§proc_: FmgrInfo
Trait Implementations§
Source§impl Clone for ArrayMetaState
impl Clone for ArrayMetaState
Source§fn clone(&self) -> ArrayMetaState
fn clone(&self) -> ArrayMetaState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ArrayMetaState
impl Debug for ArrayMetaState
Source§impl Default for ArrayMetaState
impl Default for ArrayMetaState
impl Copy for ArrayMetaState
Auto Trait Implementations§
impl Freeze for ArrayMetaState
impl RefUnwindSafe for ArrayMetaState
impl !Send for ArrayMetaState
impl !Sync for ArrayMetaState
impl Unpin for ArrayMetaState
impl UnwindSafe for ArrayMetaState
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