pub struct HPJoint {
pub a: f32,
pub alpha: f32,
pub beta: f32,
pub d: f32,
pub theta_offset: f32,
}Fields§
§a: f32§alpha: f32§beta: f32§d: f32§theta_offset: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for HPJoint
impl RefUnwindSafe for HPJoint
impl Send for HPJoint
impl Sync for HPJoint
impl Unpin for HPJoint
impl UnsafeUnpin for HPJoint
impl UnwindSafe for HPJoint
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