pub type LayoutTopValue = CssPropertyValue<LayoutTop>;
#[repr(C, u8)]pub enum LayoutTopValue { Auto, None, Initial, Inherit, Exact(LayoutTop), }