Enum qmetaobject::scenegraph::ContainerNode[][src]

pub enum ContainerNode {}
Expand description

Tag to be used in SGNode. SGNode is a node that simply contains other node. Either all the node have the same type, but the number of nodes is not known at compile time, or the child node can have different type, but the amount of nodes is known at compile time

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.