pub struct AllocatorConfig { /* private fields */ }Expand description
Runtime allocator configuration for frame plane buffers.
Implementations§
Trait Implementations§
Source§impl Clone for AllocatorConfig
impl Clone for AllocatorConfig
Source§fn clone(&self) -> AllocatorConfig
fn clone(&self) -> AllocatorConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AllocatorConfig
impl Debug for AllocatorConfig
Source§impl Default for AllocatorConfig
impl Default for AllocatorConfig
Source§impl PartialEq for AllocatorConfig
impl PartialEq for AllocatorConfig
Source§fn eq(&self, other: &AllocatorConfig) -> bool
fn eq(&self, other: &AllocatorConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AllocatorConfig
impl Eq for AllocatorConfig
impl StructuralPartialEq for AllocatorConfig
Auto Trait Implementations§
impl Freeze for AllocatorConfig
impl RefUnwindSafe for AllocatorConfig
impl Send for AllocatorConfig
impl Sync for AllocatorConfig
impl Unpin for AllocatorConfig
impl UnsafeUnpin for AllocatorConfig
impl UnwindSafe for AllocatorConfig
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