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