pub struct CardTableStats {
pub total_cards: usize,
pub dirty_cards: usize,
pub card_size: usize,
pub heap_size: usize,
}Expand description
Statistics for card table
Fields§
§total_cards: usize§dirty_cards: usize§card_size: usize§heap_size: usizeTrait Implementations§
Source§impl Clone for CardTableStats
impl Clone for CardTableStats
Source§fn clone(&self) -> CardTableStats
fn clone(&self) -> CardTableStats
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 moreAuto Trait Implementations§
impl Freeze for CardTableStats
impl RefUnwindSafe for CardTableStats
impl Send for CardTableStats
impl Sync for CardTableStats
impl Unpin for CardTableStats
impl UnwindSafe for CardTableStats
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