pub struct HeapInner<T: Trace + ?Sized> { /* private fields */ }Implementations§
Source§impl<T: Trace + ?Sized> HeapInner<T>
impl<T: Trace + ?Sized> HeapInner<T>
pub fn is_marked(&self) -> bool
pub fn set_soft_mark(&mut self)
pub fn is_soft_marked(&self) -> bool
pub fn reset_soft_mark(&mut self)
pub fn generation(&self) -> u8
pub fn inc_gen(&mut self)
pub fn fwdptr(&self) -> Address
pub fn set_fwdptr(&mut self, addr: Address)
Auto Trait Implementations§
impl<T> Freeze for HeapInner<T>
impl<T> RefUnwindSafe for HeapInner<T>where
T: RefUnwindSafe + ?Sized,
impl<T> !Send for HeapInner<T>
impl<T> !Sync for HeapInner<T>
impl<T> Unpin for HeapInner<T>
impl<T> UnsafeUnpin for HeapInner<T>where
T: UnsafeUnpin + ?Sized,
impl<T> UnwindSafe for HeapInner<T>where
T: UnwindSafe + ?Sized,
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