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

pub struct Longhands {
    pub border_top_left_radius: Box<SpecifiedValue>,
    pub border_top_right_radius: Box<SpecifiedValue>,
    pub border_bottom_right_radius: Box<SpecifiedValue>,
    pub border_bottom_left_radius: Box<SpecifiedValue>,
}

Fields