Struct v8_heap_parser::ClassGroup
source · pub struct ClassGroup {
pub index: usize,
pub self_size: u64,
pub retained_size: u64,
pub nodes: Vec<usize>,
}
Fields§
§index: usize
§self_size: u64
§retained_size: u64
§nodes: Vec<usize>
Trait Implementations§
source§impl Clone for ClassGroup
impl Clone for ClassGroup
source§fn clone(&self) -> ClassGroup
fn clone(&self) -> ClassGroup
Returns a copy 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 RefUnwindSafe for ClassGroup
impl Send for ClassGroup
impl Sync for ClassGroup
impl Unpin for ClassGroup
impl UnwindSafe for ClassGroup
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