pub struct Joint { /* private fields */ }Expand description
A canonical structural joint.
Implementations§
Source§impl Joint
impl Joint
pub fn name(&self) -> &str
pub const fn kind(&self) -> JointKind
pub const fn origin(&self) -> Pose
pub fn parent(&self) -> &str
pub fn child(&self) -> &str
pub const fn axis(&self) -> [f64; 3]
pub const fn limit(&self) -> JointLimit
pub const fn calibration(&self) -> Option<Calibration>
pub const fn dynamics(&self) -> Option<Dynamics>
pub fn mimic(&self) -> Option<&Mimic>
pub const fn safety(&self) -> Option<Safety>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Joint
impl RefUnwindSafe for Joint
impl Send for Joint
impl Sync for Joint
impl Unpin for Joint
impl UnsafeUnpin for Joint
impl UnwindSafe for Joint
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