Enum orbclient::graphicspath::PointType [] [src]

pub enum PointType {
    Move,
    Connect,
    None,
}

point type (is the point a new position or a connection point)

Variants