pub struct ModelGroupDef {
pub compositor: Compositor,
pub particles: Vec<ContentParticle>,
pub source: Option<SourceRef>,
}Expand description
Inline model group definition
Fields§
§compositor: CompositorCompositor type
particles: Vec<ContentParticle>Child particles
source: Option<SourceRef>Source location
Trait Implementations§
Source§impl Clone for ModelGroupDef
impl Clone for ModelGroupDef
Source§fn clone(&self) -> ModelGroupDef
fn clone(&self) -> ModelGroupDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModelGroupDef
impl RefUnwindSafe for ModelGroupDef
impl Send for ModelGroupDef
impl Sync for ModelGroupDef
impl Unpin for ModelGroupDef
impl UnsafeUnpin for ModelGroupDef
impl UnwindSafe for ModelGroupDef
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