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§
ToPosition(GenericPosition<LengthPercentage, LengthPercentage>)
ByCoordinate(CoordinatePair<LengthPercentage>)
Trait Implementations§
Source§impl From<&CommandEndPoint<f32>> for CommandEndPoint
impl From<&CommandEndPoint<f32>> for CommandEndPoint
Source§fn from(p: &CommandEndPoint<CSSFloat>) -> Self
fn from(p: &CommandEndPoint<CSSFloat>) -> Self
Converts to this type from the input type.