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