PtS

Type Alias PtS 

Source
pub type PtS = Point<TPtS>;

Aliased Type§

pub struct PtS {
    pub x: i64,
    pub y: i64,
}

Fields§

§x: i64§y: i64

Trait Implementations§

Source§

impl From<Point<u32>> for PtS

Source§

fn from(p: PtI) -> Self

Converts to this type from the input type.