Searched defs:GetDeviceInfoCmdPacket (Results 1 – 1 of 1) sorted by relevance
6131 pub struct GetDeviceInfoCmdPacket { struct6132 uci_packet: Arc<UciPacketData>,6133 uci_command: Arc<UciCommandData>,6134 core_command: Arc<CoreCommandData>,6158 impl Packet for GetDeviceInfoCmdPacket { argument6179 impl TryFrom<UciPacketPacket> for GetDeviceInfoCmdPacket { implementation6185 impl GetDeviceInfoCmdPacket { implementation6220 impl Into<UciPacketPacket> for GetDeviceInfoCmdPacket { implementation6225 impl Into<UciCommandPacket> for GetDeviceInfoCmdPacket { implementation6230 impl Into<CoreCommandPacket> for GetDeviceInfoCmdPacket { implementation[all …]