Struct pgx_pg_sys::sigstack
source · [−]Fields
ss_sp: *mut c_voidss_onstack: c_intTrait Implementations
impl Copy for sigstack
Auto Trait Implementations
impl RefUnwindSafe for sigstack
impl !Send for sigstack
impl !Sync for sigstack
impl Unpin for sigstack
impl UnwindSafe for sigstack
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