#[repr(C)]pub struct ractor_newobj_cache {
pub freelist: *mut RVALUE,
pub using_page: *mut heap_page,
}
Fields§
§freelist: *mut RVALUE
§using_page: *mut heap_page
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