Struct webrtc_mdns::message::resource::soa::SoaResource [−][src]
pub struct SoaResource {
pub ns: Name,
pub mbox: Name,
pub serial: u32,
pub refresh: u32,
pub retry: u32,
pub expire: u32,
pub min_ttl: u32,
}Fields
ns: Namembox: Nameserial: u32refresh: u32retry: u32expire: u32min_ttl: u32Trait 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 SoaResourceimpl Send for SoaResourceimpl Sync for SoaResourceimpl Unpin for SoaResourceimpl UnwindSafe for SoaResourceBlanket Implementations
Mutably borrows from an owned value. Read more