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

pub struct Longhands {
    pub border_top_color: SpecifiedValue,
    pub border_top_style: SpecifiedValue,
    pub border_top_width: SpecifiedValue,
    pub border_left_color: SpecifiedValue,
    pub border_left_style: SpecifiedValue,
    pub border_left_width: SpecifiedValue,
    pub border_bottom_color: SpecifiedValue,
    pub border_bottom_style: SpecifiedValue,
    pub border_bottom_width: SpecifiedValue,
    pub border_right_color: SpecifiedValue,
    pub border_right_style: SpecifiedValue,
    pub border_right_width: SpecifiedValue,
    pub border_image_outset: Box<SpecifiedValue>,
    pub border_image_repeat: SpecifiedValue,
    pub border_image_slice: Box<SpecifiedValue>,
    pub border_image_source: Box<SpecifiedValue>,
    pub border_image_width: Box<SpecifiedValue>,
}

Fields