Struct sparkle::WireFormat [] [src]

pub struct WireFormat;

Specifies the DNS on-the-wire protocol format.

Trait Implementations

impl Clone for WireFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WireFormat
[src]

Formats the value using the given formatter.

impl Eq for WireFormat
[src]

impl PartialEq for WireFormat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Format<'a> for WireFormat
[src]