#[repr(C)]pub struct AggStatePerAggData {
pub aggref: *mut Aggref,
pub transno: c_int,
pub finalfn_oid: Oid,
pub finalfn: FmgrInfo,
pub numFinalArgs: c_int,
pub aggdirectargs: *mut List,
pub resulttypeLen: int16,
pub resulttypeByVal: bool,
pub shareable: bool,
}
Fields§
§aggref: *mut Aggref
§transno: c_int
§finalfn_oid: Oid
§finalfn: FmgrInfo
§numFinalArgs: c_int
§aggdirectargs: *mut List
§resulttypeLen: int16
§resulttypeByVal: bool
Trait Implementations§
Source§impl Clone for AggStatePerAggData
impl Clone for AggStatePerAggData
Source§fn clone(&self) -> AggStatePerAggData
fn clone(&self) -> AggStatePerAggData
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 AggStatePerAggData
impl Debug for AggStatePerAggData
Source§impl Default for AggStatePerAggData
impl Default for AggStatePerAggData
impl Copy for AggStatePerAggData
Auto Trait Implementations§
impl Freeze for AggStatePerAggData
impl RefUnwindSafe for AggStatePerAggData
impl !Send for AggStatePerAggData
impl !Sync for AggStatePerAggData
impl Unpin for AggStatePerAggData
impl UnwindSafe for AggStatePerAggData
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