#[repr(C)]pub struct PGX {
pub pgx_Container: IBox,
pub pgx_NewKnob: IBox,
}Fields§
§pgx_Container: IBox§pgx_NewKnob: IBoxTrait Implementations§
Auto Trait Implementations§
impl Freeze for PGX
impl RefUnwindSafe for PGX
impl Send for PGX
impl Sync for PGX
impl Unpin for PGX
impl UnsafeUnpin for PGX
impl UnwindSafe for PGX
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