pub struct VMDrcHeapData<P: PtrSize>(pub P);Expand description
Offsets of fields within the VMDrcHeapData type.
Tuple Fields§
§0: PImplementations§
Source§impl<P: PtrSize> VMDrcHeapData<P>
impl<P: PtrSize> VMDrcHeapData<P>
Sourcepub fn over_approximated_stack_roots(&self) -> u8
pub fn over_approximated_stack_roots(&self) -> u8
The offset of the over_approximated_stack_roots field of VMDrcHeapData.
Sourcepub fn current_over_approximated_stack_roots_len(&self) -> u8
pub fn current_over_approximated_stack_roots_len(&self) -> u8
The offset of the current_over_approximated_stack_roots_len field of VMDrcHeapData.
Sourcepub fn over_approximated_stack_roots_len_after_last_gc(&self) -> u8
pub fn over_approximated_stack_roots_len_after_last_gc(&self) -> u8
The offset of the over_approximated_stack_roots_len_after_last_gc field of VMDrcHeapData.
Auto Trait Implementations§
impl<P> Freeze for VMDrcHeapData<P>where
P: Freeze,
impl<P> RefUnwindSafe for VMDrcHeapData<P>where
P: RefUnwindSafe,
impl<P> Send for VMDrcHeapData<P>where
P: Send,
impl<P> Sync for VMDrcHeapData<P>where
P: Sync,
impl<P> Unpin for VMDrcHeapData<P>where
P: Unpin,
impl<P> UnsafeUnpin for VMDrcHeapData<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for VMDrcHeapData<P>where
P: UnwindSafe,
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