pub struct CoreMemoryConfig {
pub max_bytes: usize,
}Expand description
Configuration for core memory.
Fields§
§max_bytes: usizeMaximum total size in bytes
Implementations§
Trait Implementations§
Source§impl Clone for CoreMemoryConfig
impl Clone for CoreMemoryConfig
Source§fn clone(&self) -> CoreMemoryConfig
fn clone(&self) -> CoreMemoryConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CoreMemoryConfig
impl Debug for CoreMemoryConfig
Auto Trait Implementations§
impl Freeze for CoreMemoryConfig
impl RefUnwindSafe for CoreMemoryConfig
impl Send for CoreMemoryConfig
impl Sync for CoreMemoryConfig
impl Unpin for CoreMemoryConfig
impl UnwindSafe for CoreMemoryConfig
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