Struct dns_message_parser::Flags [−][src]
pub struct Flags {
pub qr: bool,
pub opcode: Opcode,
pub aa: bool,
pub tc: bool,
pub rd: bool,
pub ra: bool,
pub ad: bool,
pub cd: bool,
pub rcode: RCode,
}Fields
qr: boolopcode: Opcodeaa: booltc: boolrd: boolra: boolad: boolcd: boolrcode: RCodeImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Flags
impl UnwindSafe for Flags
Blanket Implementations
Mutably borrows from an owned value. Read more