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