Struct style::properties::shorthands::flex_flow::Longhands [] [src]

pub struct Longhands {
    pub flex_direction: SpecifiedValue,
    pub flex_wrap: SpecifiedValue,
}

Fields