#[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

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.