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