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: u16
bits: u16
questions: u16
answers: u16
additionals: u16
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HeaderInternal
impl Send for HeaderInternal
impl Sync for HeaderInternal
impl Unpin for HeaderInternal
impl UnwindSafe for HeaderInternal