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 SoaResource
impl Send for SoaResource
impl Sync for SoaResource
impl Unpin for SoaResource
impl UnwindSafe for SoaResource
Blanket Implementations
Mutably borrows from an owned value. Read more