Enum k::JointError[][src]

pub enum JointError {
    OutOfLimit,
    SizeMisMatch,
    Mimic,
}

The reason of joint error: OutOfLimit, SizeMisMatch

Variants

Trait Implementations

impl Debug for JointError
[src]

Formats the value using the given formatter. Read more

impl Clone for JointError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for JointError
[src]

Formats the value using the given formatter. Read more

impl Error for JointError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<JointError> for IKError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for JointError

impl Sync for JointError