pub struct JointFeedback56 {
pub j5_deg: i32,
pub j6_deg: i32,
}Expand description
机械臂腕部关节反馈56 (0x2A7)
包含 J5 和 J6 关节的角度反馈。 单位:0.001°(原始值),可通过方法转换为度或弧度。
Fields§
§j5_deg: i32§j6_deg: i32Implementations§
Trait Implementations§
Source§impl Clone for JointFeedback56
impl Clone for JointFeedback56
Source§fn clone(&self) -> JointFeedback56
fn clone(&self) -> JointFeedback56
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 JointFeedback56
impl Debug for JointFeedback56
Source§impl Default for JointFeedback56
impl Default for JointFeedback56
Source§fn default() -> JointFeedback56
fn default() -> JointFeedback56
Returns the “default value” for a type. Read more
Source§impl TryFrom<PiperFrame> for JointFeedback56
impl TryFrom<PiperFrame> for JointFeedback56
Source§type Error = ProtocolError
type Error = ProtocolError
The type returned in the event of a conversion error.
impl Copy for JointFeedback56
Auto Trait Implementations§
impl Freeze for JointFeedback56
impl RefUnwindSafe for JointFeedback56
impl Send for JointFeedback56
impl Sync for JointFeedback56
impl Unpin for JointFeedback56
impl UnwindSafe for JointFeedback56
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