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

pub struct Longhands {
    pub outline_width: SpecifiedValue,
    pub outline_style: SpecifiedValue,
    pub outline_color: SpecifiedValue,
}

Fields