Struct webrtc_mdns::message::header::HeaderInternal [−][src]
pub struct HeaderInternal {
pub id: u16,
pub bits: u16,
pub questions: u16,
pub answers: u16,
pub authorities: u16,
pub additionals: u16,
}Fields
id: u16bits: u16questions: u16answers: u16additionals: u16Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HeaderInternalimpl Send for HeaderInternalimpl Sync for HeaderInternalimpl Unpin for HeaderInternalimpl UnwindSafe for HeaderInternal