Lines Matching refs:std
35 pub ipv4: ::std::option::Option<bool>,
39 pub vnet: ::std::string::String,
41 pub vhost: ::std::string::String,
43 pub vmask: ::std::string::String,
45 pub ipv6: ::std::option::Option<bool>,
47 pub vprefix6: ::std::string::String,
51 pub vhost6: ::std::string::String,
53 pub vhostname: ::std::string::String,
55 pub tftpath: ::std::string::String,
57 pub bootfile: ::std::string::String,
59 pub dhcpstart: ::std::string::String,
61 pub dns: ::std::string::String,
63 pub dns6: ::std::string::String,
65 pub host_dns: ::std::string::String,
71 impl<'a> ::std::default::Default for &'a SlirpOptions {
79 ::std::default::Default::default() in new()
83 let mut fields = ::std::vec::Vec::with_capacity(17); in generated_message_descriptor_data()
84 let mut oneofs = ::std::vec::Vec::with_capacity(0); in generated_message_descriptor_data()
192 self.ipv4 = ::std::option::Option::Some(is.read_bool()?); in merge_from()
207 self.ipv6 = ::std::option::Option::Some(is.read_bool()?); in merge_from()
244 ::std::result::Result::Ok(()) in merge_from()
360 ::std::result::Result::Ok(()) in write_to_with_cached_sizes()
377 self.ipv4 = ::std::option::Option::None; in clear()
382 self.ipv6 = ::std::option::Option::None; in clear()
399 ipv4: ::std::option::Option::None, in default_instance()
401 vnet: ::std::string::String::new(), in default_instance()
402 vhost: ::std::string::String::new(), in default_instance()
403 vmask: ::std::string::String::new(), in default_instance()
404 ipv6: ::std::option::Option::None, in default_instance()
405 vprefix6: ::std::string::String::new(), in default_instance()
407 vhost6: ::std::string::String::new(), in default_instance()
408 vhostname: ::std::string::String::new(), in default_instance()
409 tftpath: ::std::string::String::new(), in default_instance()
410 bootfile: ::std::string::String::new(), in default_instance()
411 dhcpstart: ::std::string::String::new(), in default_instance()
412 dns: ::std::string::String::new(), in default_instance()
413 dns6: ::std::string::String::new(), in default_instance()
414 host_dns: ::std::string::String::new(), in default_instance()
428 impl ::std::fmt::Display for SlirpOptions {
429 fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { in fmt()
443 pub disabled: ::std::option::Option<bool>,
445 pub ssid: ::std::string::String,
447 pub passwd: ::std::string::String,
453 impl<'a> ::std::default::Default for &'a HostapdOptions {
461 ::std::default::Default::default() in new()
465 let mut fields = ::std::vec::Vec::with_capacity(3); in generated_message_descriptor_data()
466 let mut oneofs = ::std::vec::Vec::with_capacity(0); in generated_message_descriptor_data()
501 self.disabled = ::std::option::Option::Some(is.read_bool()?); in merge_from()
514 ::std::result::Result::Ok(()) in merge_from()
546 ::std::result::Result::Ok(()) in write_to_with_cached_sizes()
562 self.disabled = ::std::option::Option::None; in clear()
570 disabled: ::std::option::Option::None, in default_instance()
571 ssid: ::std::string::String::new(), in default_instance()
572 passwd: ::std::string::String::new(), in default_instance()
586 impl ::std::fmt::Display for HostapdOptions {
587 fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { in fmt()
609 impl<'a> ::std::default::Default for &'a WiFi {
617 ::std::default::Default::default() in new()
621 let mut fields = ::std::vec::Vec::with_capacity(2); in generated_message_descriptor_data()
622 let mut oneofs = ::std::vec::Vec::with_capacity(0); in generated_message_descriptor_data()
662 ::std::result::Result::Ok(()) in merge_from()
690 ::std::result::Result::Ok(()) in write_to_with_cached_sizes()
728 impl ::std::fmt::Display for WiFi {
729 fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { in fmt()
745 pub disable_address_reuse: ::std::option::Option<bool>,
747 pub test_beacons: ::std::option::Option<bool>,
753 impl<'a> ::std::default::Default for &'a Bluetooth {
761 ::std::default::Default::default() in new()
765 let mut fields = ::std::vec::Vec::with_capacity(3); in generated_message_descriptor_data()
766 let mut oneofs = ::std::vec::Vec::with_capacity(0); in generated_message_descriptor_data()
804 self.disable_address_reuse = ::std::option::Option::Some(is.read_bool()?); in merge_from()
807 self.test_beacons = ::std::option::Option::Some(is.read_bool()?); in merge_from()
814 ::std::result::Result::Ok(()) in merge_from()
847 ::std::result::Result::Ok(()) in write_to_with_cached_sizes()
864 self.disable_address_reuse = ::std::option::Option::None; in clear()
865 self.test_beacons = ::std::option::Option::None; in clear()
872 disable_address_reuse: ::std::option::Option::None, in default_instance()
873 test_beacons: ::std::option::Option::None, in default_instance()
887 impl ::std::fmt::Display for Bluetooth {
888 fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { in fmt()
902 pub enabled: ::std::option::Option<bool>,
908 impl<'a> ::std::default::Default for &'a Capture {
916 ::std::default::Default::default() in new()
920 let mut fields = ::std::vec::Vec::with_capacity(1); in generated_message_descriptor_data()
921 let mut oneofs = ::std::vec::Vec::with_capacity(0); in generated_message_descriptor_data()
946 self.enabled = ::std::option::Option::Some(is.read_bool()?); in merge_from()
953 ::std::result::Result::Ok(()) in merge_from()
973 ::std::result::Result::Ok(()) in write_to_with_cached_sizes()
989 self.enabled = ::std::option::Option::None; in clear()
995 enabled: ::std::option::Option::None, in default_instance()
1009 impl ::std::fmt::Display for Capture {
1010 fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { in fmt()
1034 impl<'a> ::std::default::Default for &'a Config {
1042 ::std::default::Default::default() in new()
1046 let mut fields = ::std::vec::Vec::with_capacity(3); in generated_message_descriptor_data()
1047 let mut oneofs = ::std::vec::Vec::with_capacity(0); in generated_message_descriptor_data()
1095 ::std::result::Result::Ok(()) in merge_from()
1130 ::std::result::Result::Ok(()) in write_to_with_cached_sizes()
1170 impl ::std::fmt::Display for Config {
1171 fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result { in fmt()
1228 let mut deps = ::std::vec::Vec::with_capacity(1); in file_descriptor()
1230 let mut messages = ::std::vec::Vec::with_capacity(6); in file_descriptor()
1237 let mut enums = ::std::vec::Vec::with_capacity(0); in file_descriptor()