pub struct JointFeedback34 {
pub j3_deg: i32,
pub j4_deg: i32,
}Expand description
机械臂腕部关节反馈34 (0x2A6)
包含 J3 和 J4 关节的角度反馈。 单位:0.001°(原始值),可通过方法转换为度或弧度。
Fields§
§j3_deg: i32§j4_deg: i32Implementations§
Trait Implementations§
Source§impl Clone for JointFeedback34
impl Clone for JointFeedback34
Source§fn clone(&self) -> JointFeedback34
fn clone(&self) -> JointFeedback34
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JointFeedback34
impl Debug for JointFeedback34
Source§impl Default for JointFeedback34
impl Default for JointFeedback34
Source§fn default() -> JointFeedback34
fn default() -> JointFeedback34
Returns the “default value” for a type. Read more
Source§impl TryFrom<PiperFrame> for JointFeedback34
impl TryFrom<PiperFrame> for JointFeedback34
Source§type Error = ProtocolError
type Error = ProtocolError
The type returned in the event of a conversion error.
impl Copy for JointFeedback34
Auto Trait Implementations§
impl Freeze for JointFeedback34
impl RefUnwindSafe for JointFeedback34
impl Send for JointFeedback34
impl Sync for JointFeedback34
impl Unpin for JointFeedback34
impl UnwindSafe for JointFeedback34
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