Struct raui_core::widget::unit::flex::FlexBox [−][src]
pub struct FlexBox { pub id: WidgetId, pub items: Vec<FlexBoxItem>, pub direction: FlexBoxDirection, pub separation: Scalar, pub wrap: bool, pub transform: Transform, }
Fields
id: WidgetId
items: Vec<FlexBoxItem>
direction: FlexBoxDirection
separation: Scalar
wrap: bool
transform: Transform
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FlexBox
impl UnwindSafe for FlexBox
Blanket Implementations
Mutably borrows from an owned value. Read more