Struct oxygengine_user_interface::widget::unit::flex::FlexBoxItemNode [−][src]
pub struct FlexBoxItemNode {
pub slot: WidgetNode,
pub layout: FlexBoxItemLayout,
}
Fields
slot: WidgetNode
layout: FlexBoxItemLayout
Trait Implementations
Returns the “default value” for a type. Read more
pub fn try_from(
node: FlexBoxItemNode
) -> Result<FlexBoxItem, <FlexBoxItem as TryFrom<FlexBoxItemNode>>::Error>
pub fn try_from(
node: FlexBoxItemNode
) -> Result<FlexBoxItem, <FlexBoxItem as TryFrom<FlexBoxItemNode>>::Error>
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for FlexBoxItemNode
impl Send for FlexBoxItemNode
impl Sync for FlexBoxItemNode
impl Unpin for FlexBoxItemNode
impl !UnwindSafe for FlexBoxItemNode
Blanket Implementations
Mutably borrows from an owned value. Read more