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
border_top_color: SpecifiedValue
border_top_style: SpecifiedValue
border_top_width: SpecifiedValue
border_left_color: SpecifiedValue
border_left_style: SpecifiedValue
border_left_width: SpecifiedValue
border_bottom_color: SpecifiedValue
border_bottom_style: SpecifiedValue
border_bottom_width: SpecifiedValue
border_right_color: SpecifiedValue
border_right_style: SpecifiedValue
border_right_width: SpecifiedValue
border_image_outset: Box<SpecifiedValue>
border_image_repeat: SpecifiedValue
border_image_slice: Box<SpecifiedValue>
border_image_source: Box<SpecifiedValue>
border_image_width: Box<SpecifiedValue>