pub type AuOrAuto = GenericLengthPercentageOrAuto<Au>;
#[repr(C, u8)]pub enum AuOrAuto { LengthPercentage(Au), Auto, }