pub struct CgGroupTree {
pub sub_index: usize,
pub tree: Vec<CgGroupTree>,
}Fields§
§sub_index: usizeIndex into CgTableData.entries.
tree: Vec<CgGroupTree>Trait Implementations§
Source§impl Clone for CgGroupTree
impl Clone for CgGroupTree
Source§fn clone(&self) -> CgGroupTree
fn clone(&self) -> CgGroupTree
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 CgGroupTree
impl RefUnwindSafe for CgGroupTree
impl Send for CgGroupTree
impl Sync for CgGroupTree
impl Unpin for CgGroupTree
impl UnsafeUnpin for CgGroupTree
impl UnwindSafe for CgGroupTree
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