Home
last modified time | relevance | path

Searched defs:GetDevicesResponse (Results 1 – 3 of 3) sorted by relevance

/tools/netsim/rust/frontend-proto/src/
Dfrontend.rs574 pub struct GetDevicesResponse { struct
579 // @@protoc_insertion_point(special_field:netsim.frontend.GetDevicesResponse.special_fields) argument
583 impl<'a> ::std::default::Default for &'a GetDevicesResponse { argument
589 impl GetDevicesResponse { impl
610 impl ::protobuf::Message for GetDevicesResponse { implementation
678 impl ::protobuf::MessageFull for GetDevicesResponse { implementation
685 impl ::std::fmt::Display for GetDevicesResponse { implementation
691 impl ::protobuf::reflect::ProtobufValue for GetDevicesResponse { implementation
/tools/netsim/src/proto/
Dfrontend.proto102 message GetDevicesResponse { message
/tools/netsim/rust/netsim-cli/src/
Dresponse.rs89 fn print_device_response(response: GetDevicesResponse, verbose: bool) { in print_device_response()