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

pub struct Longhands {
    pub padding_top: SpecifiedValue,
    pub padding_right: SpecifiedValue,
    pub padding_bottom: SpecifiedValue,
    pub padding_left: SpecifiedValue,
}

Fields