Type Alias style::values::computed::basic_shape::CoordinatePair

source ·
pub type CoordinatePair = CoordinatePair<LengthPercentage>;
Expand description

The computed value of CoordinatePair.

Aliased Type§

struct CoordinatePair {
    pub x: LengthPercentage,
    pub y: LengthPercentage,
}

Fields§

§x: LengthPercentage§y: LengthPercentage

Trait Implementations§

source§

impl From<&CoordinatePair<f32>> for CoordinatePair

source§

fn from(p: &CoordPair) -> Self

Converts to this type from the input type.