#[repr(C)]pub struct ractor_newobj_cache {
pub incremental_mark_step_allocated_slots: usize,
pub size_pool_caches: [rb_ractor_newobj_size_pool_cache_t; 5],
}
Fields§
§incremental_mark_step_allocated_slots: usize
§size_pool_caches: [rb_ractor_newobj_size_pool_cache_t; 5]
Trait Implementations§
Source§impl Clone for ractor_newobj_cache
impl Clone for ractor_newobj_cache
Source§fn clone(&self) -> ractor_newobj_cache
fn clone(&self) -> ractor_newobj_cache
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 ractor_newobj_cache
impl Debug for ractor_newobj_cache
impl Copy for ractor_newobj_cache
Auto Trait Implementations§
impl Freeze for ractor_newobj_cache
impl RefUnwindSafe for ractor_newobj_cache
impl !Send for ractor_newobj_cache
impl !Sync for ractor_newobj_cache
impl Unpin for ractor_newobj_cache
impl UnwindSafe for ractor_newobj_cache
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