#[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: Type,
pub cv: ConditionVariable,
pub phs_snapshot_data: __IncompleteArrayField<c_char>,
}
Fields§
§tbmiterator: dsa_pointer
§prefetch_iterator: dsa_pointer
§mutex: slock_t
§prefetch_pages: c_int
§prefetch_target: c_int
§state: Type
§cv: ConditionVariable
§phs_snapshot_data: __IncompleteArrayField<c_char>
Trait Implementations§
Source§impl Debug for ParallelBitmapHeapState
impl Debug for ParallelBitmapHeapState
Auto Trait Implementations§
impl Freeze for ParallelBitmapHeapState
impl RefUnwindSafe for ParallelBitmapHeapState
impl Send for ParallelBitmapHeapState
impl Sync for ParallelBitmapHeapState
impl Unpin for ParallelBitmapHeapState
impl UnwindSafe for ParallelBitmapHeapState
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