Struct sparkle::WireName [] [src]

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

Encapsulates a DNS message domain name in an external buffer.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

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

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

This method tests for !=.

impl<'a> Name<'a> for WireName<'a>
[src]

impl<'a> Display for WireName<'a>
[src]

Formats the value using the given formatter. Read more