Struct async_dnssd::RegisterFlags [] [src]

pub struct RegisterFlags(_);

Set of RegisterFlags

Flags and sets can be combined with bitor (|), and bitand (&) can be used to test whether a flag is part of a set.

Methods

impl RegisterFlags
[src]

Construct empty set of flags.

Trait Implementations

impl Clone for RegisterFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RegisterFlags
[src]

impl PartialEq for RegisterFlags
[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 RegisterFlags
[src]

impl PartialOrd for RegisterFlags
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for RegisterFlags
[src]

This method returns an Ordering between self and other. Read more

impl Hash for RegisterFlags
[src]

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

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

impl Debug for RegisterFlags
[src]

Formats the value using the given formatter.

impl Default for RegisterFlags
[src]

Returns the "default value" for a type. Read more

impl From<RegisterFlag> for RegisterFlags
[src]

Performs the conversion.

impl Into<u8> for RegisterFlags
[src]

Performs the conversion.

impl BitOr<RegisterFlag> for RegisterFlags
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<RegisterFlags> for RegisterFlags
[src]

The resulting type after applying the | operator

The method for the | operator

impl<T> BitOrAssign<T> for RegisterFlags where
    RegisterFlags: BitOr<T, Output = RegisterFlags>, 
[src]

The method for the |= operator

impl BitAnd<RegisterFlag> for RegisterFlags
[src]

The resulting type after applying the & operator

The method for the & operator

impl Into<u32> for RegisterFlags
[src]

Performs the conversion.

impl From<u32> for RegisterFlags
[src]

Performs the conversion.