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

pub struct Longhands {
    pub margin_top: SpecifiedValue,
    pub margin_right: SpecifiedValue,
    pub margin_bottom: SpecifiedValue,
    pub margin_left: SpecifiedValue,
}

Fields