Struct pgx_pg_sys::AggInfo
source · [−]#[repr(C)]pub struct AggInfo {
pub representative_aggref: *mut Aggref,
pub transno: c_int,
pub shareable: bool,
pub finalfn_oid: Oid,
}Fields
representative_aggref: *mut Aggreftransno: c_intfinalfn_oid: OidTrait Implementations
impl Copy for AggInfo
Auto Trait Implementations
impl RefUnwindSafe for AggInfo
impl !Send for AggInfo
impl !Sync for AggInfo
impl Unpin for AggInfo
impl UnwindSafe for AggInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more