Enum k::JointError
[−]
[src]
pub enum JointError {
OutOfLimit,
SizeMisMatch,
}The reason of joint error: OutOfLimit, SizeMisMatch
Variants
OutOfLimitSizeMisMatch
Trait Implementations
impl Debug for JointError[src]
impl Clone for JointError[src]
fn clone(&self) -> JointError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Display for JointError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more