Struct pgx_pg_sys::ParallelBitmapHeapState
source · [−]#[repr(C)]pub struct ParallelBitmapHeapState {
pub tbmiterator: dsa_pointer,
pub prefetch_iterator: dsa_pointer,
pub mutex: slock_t,
pub prefetch_pages: c_int,
pub prefetch_target: c_int,
pub state: SharedBitmapState,
pub cv: ConditionVariable,
pub phs_snapshot_data: __IncompleteArrayField<c_char>,
}Fields
tbmiterator: dsa_pointerprefetch_iterator: dsa_pointermutex: slock_tprefetch_pages: c_intprefetch_target: c_intstate: SharedBitmapStatecv: ConditionVariablephs_snapshot_data: __IncompleteArrayField<c_char>Trait Implementations
sourceimpl Debug for ParallelBitmapHeapState
impl Debug for ParallelBitmapHeapState
Auto Trait Implementations
impl RefUnwindSafe for ParallelBitmapHeapState
impl Send for ParallelBitmapHeapState
impl Sync for ParallelBitmapHeapState
impl Unpin for ParallelBitmapHeapState
impl UnwindSafe for ParallelBitmapHeapState
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