Home
last modified time | relevance | path

Searched defs:PatchDeviceFields (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dfrontend.rs662 pub struct PatchDeviceFields { struct
665 pub name: ::std::option::Option<::std::string::String>,
667 pub visible: ::std::option::Option<bool>,
669 pub position: ::protobuf::MessageField<super::super::model::Position>,
671 pub orientation: ::protobuf::MessageField<super::super::model::Orientation>,
673 pub chips: ::std::vec::Vec<super::super::model::Chip>,
676 pub special_fields: ::protobuf::SpecialFields,
679 impl<'a> ::std::default::Default for &'a PatchDeviceFields { implementation
685 impl PatchDeviceFields { impl
726 impl ::protobuf::Message for PatchDeviceFields { implementation
[all …]
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dfrontend.proto111 message PatchDeviceFields { message