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