Struct sparkle::WireDecoder [] [src]

pub struct WireDecoder<'a> { /* fields omitted */ }

Reads an untrusted DNS message from an external buffer while providing error-checking.

Methods

impl<'a> WireDecoder<'a>
[src]

Trait Implementations

impl<'a> Clone for WireDecoder<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl<'a> Eq for WireDecoder<'a>
[src]

impl<'a> PartialEq for WireDecoder<'a>
[src]

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

This method tests for !=.