pub struct HeapCreateParams {
pub marking_support: MarkingType,
pub sweeping_support: SweepingType,
}Fields§
§marking_support: MarkingTypeSpecifies which kind of marking are supported by the heap.
sweeping_support: SweepingTypeSpecifies which kind of sweeping are supported by the heap.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeapCreateParams
impl RefUnwindSafe for HeapCreateParams
impl Send for HeapCreateParams
impl Sync for HeapCreateParams
impl Unpin for HeapCreateParams
impl UnsafeUnpin for HeapCreateParams
impl UnwindSafe for HeapCreateParams
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