pub type Perspective = GenericPerspective<NonNegativeLength>;Expand description
A specified value for the perspective property.
Aliased Type§
#[repr(C, u8)]pub enum Perspective {
    Length(NonNegative<Length>),
    None,
}pub type Perspective = GenericPerspective<NonNegativeLength>;A specified value for the perspective property.
#[repr(C, u8)]pub enum Perspective {
    Length(NonNegative<Length>),
    None,
}