#[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: OidTrait Implementations§
Auto Trait Implementations§
impl !Send for AggInfo
impl !Sync for AggInfo
impl Freeze for AggInfo
impl RefUnwindSafe for AggInfo
impl Unpin for AggInfo
impl UnsafeUnpin 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