pub struct JointControl34Feedback {
pub j3_deg: i32,
pub j4_deg: i32,
}Expand description
主从模式关节控制指令反馈34 (0x156)
Fields§
§j3_deg: i32§j4_deg: i32Trait Implementations§
Source§impl Clone for JointControl34Feedback
impl Clone for JointControl34Feedback
Source§fn clone(&self) -> JointControl34Feedback
fn clone(&self) -> JointControl34Feedback
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 JointControl34Feedback
impl Debug for JointControl34Feedback
Source§impl Default for JointControl34Feedback
impl Default for JointControl34Feedback
Source§fn default() -> JointControl34Feedback
fn default() -> JointControl34Feedback
Returns the “default value” for a type. Read more
Source§impl TryFrom<PiperFrame> for JointControl34Feedback
impl TryFrom<PiperFrame> for JointControl34Feedback
Source§type Error = ProtocolError
type Error = ProtocolError
The type returned in the event of a conversion error.
impl Copy for JointControl34Feedback
Auto Trait Implementations§
impl Freeze for JointControl34Feedback
impl RefUnwindSafe for JointControl34Feedback
impl Send for JointControl34Feedback
impl Sync for JointControl34Feedback
impl Unpin for JointControl34Feedback
impl UnwindSafe for JointControl34Feedback
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