Struct resolv::Flags [] [src]

pub struct Flags(pub u16);

Methods

impl Flags
[src]

fn question_response(&self) -> bool

fn operation_code(&self) -> u16

fn authoritative_answer(&self) -> bool

fn truncation_occurred(&self) -> bool

fn recursion_desired(&self) -> bool

fn recursion_available(&self) -> bool

fn must_be_zero(&self) -> bool

fn authentic_data(&self) -> bool

fn checking_disabled(&self) -> bool

fn response_code(&self) -> u16