Alias Header.RD

Recursion Desired This bit may be set in a query and is copied into the response. If RD is set, it directs the name server to pursue the query recursively. Recursive query support is optional.

struct Header
{
  // ...
  alias RD = mix_RD.getset;
  // ...
}