Enum raui_core::widget::unit::WidgetUnitNode [−][src]
pub enum WidgetUnitNode { None, AreaBox(AreaBoxNode), PortalBox(PortalBoxNode), ContentBox(ContentBoxNode), FlexBox(FlexBoxNode), GridBox(GridBoxNode), SizeBox(SizeBoxNode), ImageBox(ImageBoxNode), TextBox(TextBoxNode), }
Variants
AreaBox(AreaBoxNode)
PortalBox(PortalBoxNode)
ContentBox(ContentBoxNode)
FlexBox(FlexBoxNode)
GridBox(GridBoxNode)
SizeBox(SizeBoxNode)
ImageBox(ImageBoxNode)
TextBox(TextBoxNode)
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for WidgetUnitNode
impl Send for WidgetUnitNode
impl Sync for WidgetUnitNode
impl Unpin for WidgetUnitNode
impl !UnwindSafe for WidgetUnitNode
Blanket Implementations
Mutably borrows from an owned value. Read more