Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/resource/
H A Dptr.rs7 pub struct PtrResource { struct
11 impl fmt::Display for PtrResource { implementation
17 impl ResourceBody for PtrResource { implementation
H A Dmod.rs261 DnsType::Ptr => Box::<PtrResource>::default(), in unpack_resource_body()
/webrtc/mdns/src/message/
H A Dmessage_test.rs138 body: Some(Box::new(PtrResource { in large_test_msg()
907 body: Some(Box::<PtrResource>::default()), in test_builder_resource_error()