pub struct DynamicMemoryManagementOptions { /* private fields */ }
Expand description
Options to initialize a dynamic memory management.
Implementations§
source§impl DynamicMemoryManagementOptions
impl DynamicMemoryManagementOptions
sourcepub fn new(
pools: Vec<MemoryPoolOptions>,
min_chunk_alignment_offset: usize,
) -> Self
pub fn new( pools: Vec<MemoryPoolOptions>, min_chunk_alignment_offset: usize, ) -> Self
Constructs a new DynamicMemoryManagementOptions
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynamicMemoryManagementOptions
impl RefUnwindSafe for DynamicMemoryManagementOptions
impl Send for DynamicMemoryManagementOptions
impl Sync for DynamicMemoryManagementOptions
impl Unpin for DynamicMemoryManagementOptions
impl UnwindSafe for DynamicMemoryManagementOptions
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