Struct webrtc_mdns::message::resource::ptr::PtrResource [−][src]
pub struct PtrResource { pub ptr: Name, }
Fields
ptr: Name
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PtrResource
impl Send for PtrResource
impl Sync for PtrResource
impl Unpin for PtrResource
impl UnwindSafe for PtrResource
Blanket Implementations
Mutably borrows from an owned value. Read more