Enum urdf_rs::JointType [] [src]

pub enum JointType {
    Revolute,
    Continuous,
    Prismatic,
    Fixed,
    Floating,
    Planar,
}

Variants

Trait Implementations

impl Debug for JointType
[src]

Formats the value using the given formatter.

impl Clone for JointType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more