pub struct ContentGroup {
pub root: NodeId,
pub children: Vec<ContentGroup>,
}
Fields§
§root: NodeId
The parent of the current node group, i.e. either the root node (0) or the last positioned node ()
children: Vec<ContentGroup>
Node ids in order of drawing
Trait Implementations§
Source§impl Clone for ContentGroup
impl Clone for ContentGroup
Source§fn clone(&self) -> ContentGroup
fn clone(&self) -> ContentGroup
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 moreSource§impl Debug for ContentGroup
impl Debug for ContentGroup
Source§impl PartialEq for ContentGroup
impl PartialEq for ContentGroup
impl StructuralPartialEq for ContentGroup
Auto Trait Implementations§
impl Freeze for ContentGroup
impl RefUnwindSafe for ContentGroup
impl Send for ContentGroup
impl Sync for ContentGroup
impl Unpin for ContentGroup
impl UnwindSafe for ContentGroup
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)