Type Alias ZIndex

Source
pub type ZIndex = ZIndex<Integer>;
Expand description

A computed value for the z-index property.

Aliased Type§

#[repr(C, u8)]
pub enum ZIndex { Integer(i32), Auto, }

Variants§

§

Integer(i32)

An integer value.

§

Auto

The keyword auto.