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