Struct zeroconf::linux::string_list::AvahiString[][src]

pub struct AvahiString(_);
Expand description

Represents a string value returned by AvahiStringList. The underlying *mut c_char is freed using the appropriate Avahi function.

Implementations

Constructs a new AvahiString.

Returns this AvahiStr as a &str or None if null.

Trait Implementations

Executes the destructor for this type. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.