Struct dynamixel2::instructions::PingResponse
source · Fields§
§motor_id: u8
The ID of the motor.
model: u16
The model of the motor.
Refer to the online manual to find the codes for each model.
firmware: u8
The firmware version of the motor.
Trait Implementations§
source§impl Clone for PingResponse
impl Clone for PingResponse
source§fn clone(&self) -> PingResponse
fn clone(&self) -> PingResponse
Returns a copy 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 more