#[repr(C)]pub struct AggCtx {
pub state: *mut c_void,
}Fields§
§state: *mut c_voidAuto Trait Implementations§
impl !Send for AggCtx
impl !Sync for AggCtx
impl Freeze for AggCtx
impl RefUnwindSafe for AggCtx
impl Unpin for AggCtx
impl UnsafeUnpin for AggCtx
impl UnwindSafe for AggCtx
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