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

pub struct Longhands {
    pub border_top_style: SpecifiedValue,
    pub border_right_style: SpecifiedValue,
    pub border_bottom_style: SpecifiedValue,
    pub border_left_style: SpecifiedValue,
}

Fields