Struct raui_core::widget::unit::flex::FlexBoxItemLayout [−][src]
pub struct FlexBoxItemLayout { pub basis: Option<Scalar>, pub fill: Scalar, pub grow: Scalar, pub shrink: Scalar, pub margin: Rect, pub align: Scalar, }
Fields
basis: Option<Scalar>
fill: Scalar
grow: Scalar
shrink: Scalar
margin: Rect
align: Scalar
Implementations
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 FlexBoxItemLayout
impl Send for FlexBoxItemLayout
impl Sync for FlexBoxItemLayout
impl Unpin for FlexBoxItemLayout
impl UnwindSafe for FlexBoxItemLayout
Blanket Implementations
Mutably borrows from an owned value. Read more