Struct pgx_pg_sys::XidCache
source · [−]#[repr(C)]pub struct XidCache {
pub xids: [TransactionId; 64],
}Fields
xids: [TransactionId; 64]Trait Implementations
impl Copy for XidCache
Auto Trait Implementations
impl RefUnwindSafe for XidCache
impl Send for XidCache
impl Sync for XidCache
impl Unpin for XidCache
impl UnwindSafe for XidCache
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