#[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 Aggref
§transno: c_int
§finalfn_oid: Oid
Trait Implementations§
impl Copy for AggInfo
Auto Trait Implementations§
impl Freeze for AggInfo
impl RefUnwindSafe for AggInfo
impl !Send for AggInfo
impl !Sync for AggInfo
impl Unpin for AggInfo
impl UnwindSafe for AggInfo
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