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

pub struct Longhands {
    pub border_top_color: SpecifiedValue,
    pub border_right_color: SpecifiedValue,
    pub border_bottom_color: SpecifiedValue,
    pub border_left_color: SpecifiedValue,
}

Fields