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 Freeze for ClassGroup
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