pub type ZIndex = ZIndex<Integer>;
A computed value for the z-index property.
z-index
#[repr(C, u8)]pub enum ZIndex { Integer(i32), Auto, }
An integer value.
The keyword auto.
auto