Struct webrtc_mdns::message::header::Header [−][src]
pub struct Header {
pub id: u16,
pub response: bool,
pub op_code: OpCode,
pub authoritative: bool,
pub truncated: bool,
pub recursion_desired: bool,
pub recursion_available: bool,
pub rcode: RCode,
}Fields
id: u16response: boolop_code: OpCodetruncated: boolrecursion_desired: boolrecursion_available: boolrcode: RCodeImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Headerimpl UnwindSafe for HeaderBlanket Implementations
Mutably borrows from an owned value. Read more