Struct ipaddr::Ipv6Mask[][src]

pub struct Ipv6Mask(_);

Methods

impl Ipv6Mask
[src]

Trait Implementations

impl From<Ipv6Mask> for Ipv6Address
[src]

Performs the conversion.

impl<'a> From<&'a Ipv6Mask> for Ipv6Address
[src]

Performs the conversion.

impl Debug for Ipv6Mask
[src]

Formats the value using the given formatter. Read more

impl Copy for Ipv6Mask
[src]

impl Clone for Ipv6Mask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Ipv6Mask
[src]

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

This method tests for !=.

impl Eq for Ipv6Mask
[src]

impl Hash for Ipv6Mask
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl AsRef<u128> for Ipv6Mask
[src]

Performs the conversion.

impl From<Ipv6Mask> for u128
[src]

Performs the conversion.

impl<'a> From<&'a Ipv6Mask> for u128
[src]

Performs the conversion.

impl TryFrom<u128> for Ipv6Mask
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<'a> TryFrom<&'a u128> for Ipv6Mask
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl TryFrom<Ipv6Address> for Ipv6Mask
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<'a> TryFrom<&'a Ipv6Address> for Ipv6Mask
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl Not for Ipv6Mask
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl<'a> Not for &'a Ipv6Mask
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl LowerHex for Ipv6Mask
[src]

Formats the value using the given formatter.

impl UpperHex for Ipv6Mask
[src]

Formats the value using the given formatter.

impl Binary for Ipv6Mask
[src]

Formats the value using the given formatter.

impl BitAnd<Ipv6Mask> for Ipv6Address
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl<'a> BitAnd<Ipv6Mask> for &'a Ipv6Address
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl<'a> BitAnd<&'a Ipv6Mask> for Ipv6Address
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl<'a, 'b> BitAnd<&'a Ipv6Mask> for &'b Ipv6Address
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl FromStr for Ipv6Mask
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Ipv6Mask

impl Sync for Ipv6Mask