#[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: boolTrait Implementations§
Source§impl Clone for AggStatePerAggData
impl Clone for AggStatePerAggData
Source§fn clone(&self) -> AggStatePerAggData
fn clone(&self) -> AggStatePerAggData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AggStatePerAggData
Source§impl Debug for AggStatePerAggData
impl Debug for AggStatePerAggData
Auto Trait Implementations§
impl !Send for AggStatePerAggData
impl !Sync for AggStatePerAggData
impl Freeze for AggStatePerAggData
impl RefUnwindSafe for AggStatePerAggData
impl Unpin for AggStatePerAggData
impl UnsafeUnpin 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