Struct webrtc_mdns::message::resource::cname::CnameResource [−][src]
pub struct CnameResource {
pub cname: Name,
}Fields
cname: NameTrait 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 CnameResource
impl Send for CnameResource
impl Sync for CnameResource
impl Unpin for CnameResource
impl UnwindSafe for CnameResource
Blanket Implementations
Mutably borrows from an owned value. Read more