#[repr(C)]pub struct fy_auto_allocator_cfg {
pub scenario: fy_auto_allocator_scenario_type,
pub estimated_max_size: usize,
}Fields§
§scenario: fy_auto_allocator_scenario_type§estimated_max_size: usizeTrait Implementations§
Source§impl Clone for fy_auto_allocator_cfg
impl Clone for fy_auto_allocator_cfg
Source§fn clone(&self) -> fy_auto_allocator_cfg
fn clone(&self) -> fy_auto_allocator_cfg
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 fy_auto_allocator_cfg
impl Debug for fy_auto_allocator_cfg
impl Copy for fy_auto_allocator_cfg
Auto Trait Implementations§
impl Freeze for fy_auto_allocator_cfg
impl RefUnwindSafe for fy_auto_allocator_cfg
impl Send for fy_auto_allocator_cfg
impl Sync for fy_auto_allocator_cfg
impl Unpin for fy_auto_allocator_cfg
impl UnwindSafe for fy_auto_allocator_cfg
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