CommandEndPoint

Type Alias CommandEndPoint 

Source
pub type CommandEndPoint = CommandEndPoint<LengthPercentage>;
Expand description

The computed value of ‘CommandEndPoint’.

Aliased Type§

#[repr(C, u8)]
pub enum CommandEndPoint { ToPosition(GenericPosition<LengthPercentage, LengthPercentage>), ByCoordinate(CoordinatePair<LengthPercentage>), }

Variants§

Trait Implementations§

Source§

impl From<&CommandEndPoint<f32>> for CommandEndPoint

Source§

fn from(p: &CommandEndPoint<CSSFloat>) -> Self

Converts to this type from the input type.