Struct dns_parser::OptRecord [] [src]

pub struct OptRecord<'a> {
    pub udp: u16,
    pub extrcode: u8,
    pub version: u8,
    pub flags: u16,
    pub data: RRData<'a>,
}

RFC 6891 OPT RR

Fields

udp: u16 extrcode: u8 version: u8 flags: u16 data: RRData<'a>

Trait Implementations

impl<'a> Debug for OptRecord<'a>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.