pub struct JointControl56 {
pub j5_deg: i32,
pub j6_deg: i32,
}Expand description
机械臂腕部关节控制指令56 (0x157)
用于控制 J5 和 J6 关节的目标角度。
Fields§
§j5_deg: i32§j6_deg: i32Implementations§
Trait Implementations§
Source§impl Clone for JointControl56
impl Clone for JointControl56
Source§fn clone(&self) -> JointControl56
fn clone(&self) -> JointControl56
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 JointControl56
impl Debug for JointControl56
Source§impl Default for JointControl56
impl Default for JointControl56
Source§fn default() -> JointControl56
fn default() -> JointControl56
Returns the “default value” for a type. Read more
impl Copy for JointControl56
Auto Trait Implementations§
impl Freeze for JointControl56
impl RefUnwindSafe for JointControl56
impl Send for JointControl56
impl Sync for JointControl56
impl Unpin for JointControl56
impl UnwindSafe for JointControl56
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