Struct domain::rdata::rfc1035::WksBitmapBuf[][src]

pub struct WksBitmapBuf { /* fields omitted */ }

Methods

impl WksBitmapBuf
[src]

Enables or disables the given service.

Methods from Deref<Target = WksBitmap>

Important traits for WksIter<'a>

Returns whether a certain service is being provided.

Trait Implementations

impl Clone for WksBitmapBuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WksBitmapBuf
[src]

Formats the value using the given formatter. Read more

impl Default for WksBitmapBuf
[src]

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

impl Deref for WksBitmapBuf
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Borrow<WksBitmap> for WksBitmapBuf
[src]

Immutably borrows from an owned value. Read more

impl AsRef<WksBitmap> for WksBitmapBuf
[src]

Performs the conversion.

impl<T: AsRef<WksBitmap>> PartialEq<T> for WksBitmapBuf
[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 WksBitmapBuf
[src]

Auto Trait Implementations