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

pub struct Longhands {
    pub background_color: SpecifiedValue,
    pub background_position_x: SpecifiedValue,
    pub background_position_y: SpecifiedValue,
    pub background_repeat: SpecifiedValue,
    pub background_attachment: SpecifiedValue,
    pub background_image: SpecifiedValue,
    pub background_size: SpecifiedValue,
    pub background_origin: SpecifiedValue,
    pub background_clip: SpecifiedValue,
}

Fields