pub type CoordinatePair = CoordinatePair<LengthPercentage>;Expand description
The computed value of CoordinatePair.
Aliased Type§
#[repr(C)]pub struct CoordinatePair {
pub x: LengthPercentage,
pub y: LengthPercentage,
}Fields§
§x: LengthPercentage§y: LengthPercentage