pub type CANResponse = ODriveCANFrame;Aliased Type§
pub struct CANResponse {
pub axis: u32,
pub cmd: ODriveCommand,
pub data: [u8; 8],
}Fields§
§axis: u32§cmd: ODriveCommand§data: [u8; 8]pub type CANResponse = ODriveCANFrame;pub struct CANResponse {
pub axis: u32,
pub cmd: ODriveCommand,
pub data: [u8; 8],
}axis: u32§cmd: ODriveCommand§data: [u8; 8]