starlane_space::space::selector

Type Alias PointKindSeg

Source
pub type PointKindSeg = PointKindSegDef<Kind>;

Aliased Type§

struct PointKindSeg {
    pub segment: PointSeg,
    pub kind: Kind,
}

Fields§

§segment: PointSeg§kind: Kind

Trait Implementations§

Source§

impl Into<PointKindSegDef<Option<Kind>>> for PointKindSeg

Source§

fn into(self) -> PointKindSegOpt

Converts this type into the (usually inferred) input type.
Source§

impl ToString for PointKindSeg

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more