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

pub struct Longhands {
    pub overflow_x: SpecifiedValue,
    pub overflow_y: SpecifiedValue,
}

Fields