pub struct WriteBarrierStats {
pub barrier_hits: usize,
pub remembered_set_size: usize,
pub enabled: bool,
}Expand description
Statistics for write barriers
Fields§
§barrier_hits: usize§remembered_set_size: usize§enabled: boolTrait Implementations§
Source§impl Clone for WriteBarrierStats
impl Clone for WriteBarrierStats
Source§fn clone(&self) -> WriteBarrierStats
fn clone(&self) -> WriteBarrierStats
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 WriteBarrierStats
impl RefUnwindSafe for WriteBarrierStats
impl Send for WriteBarrierStats
impl Sync for WriteBarrierStats
impl Unpin for WriteBarrierStats
impl UnwindSafe for WriteBarrierStats
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