Home
last modified time | relevance | path

Searched refs:OptResource (Results 1 – 3 of 3) sorted by relevance

/webrtc/mdns/src/message/resource/
H A Dopt.rs11 pub struct OptResource { struct
35 impl fmt::Display for OptResource { argument
42 impl ResourceBody for OptResource { implementation
H A Dmod.rs266 DnsType::Opt => Box::<OptResource>::default(), in unpack_resource_body()
/webrtc/mdns/src/message/
H A Dmessage_test.rs218 body: Some(Box::new(OptResource { in large_test_msg()
961 body: Some(Box::<OptResource>::default()), in test_builder_resource_error()
1189 body: Some(Box::<OptResource>::default()), in test_option_pack_unpack()
1218 body: Some(Box::new(OptResource { in test_option_pack_unpack()
1263 body: Some(Box::new(OptResource { in test_option_pack_unpack()
1276 body: Some(Box::new(OptResource { in test_option_pack_unpack()