pub struct URDFJoint {
pub origin_xyz: [f64; 3],
pub origin_rpy: [f64; 3],
pub axis: [f64; 3],
}Fields§
§origin_xyz: [f64; 3]§origin_rpy: [f64; 3]§axis: [f64; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for URDFJoint
impl RefUnwindSafe for URDFJoint
impl Send for URDFJoint
impl Sync for URDFJoint
impl Unpin for URDFJoint
impl UnsafeUnpin for URDFJoint
impl UnwindSafe for URDFJoint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more