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

pub struct Longhands {
    pub border_top_width: SpecifiedValue,
    pub border_left_width: SpecifiedValue,
    pub border_bottom_width: SpecifiedValue,
    pub border_right_width: SpecifiedValue,
}

Fields