Struct devicemapper::DmNameBuf [] [src]

pub struct DmNameBuf { /* fields omitted */ }

The owned version of the DM identifier.

Methods

impl DmNameBuf
[src]

[src]

Construct a new owned identifier.

Methods from Deref<Target = DmName>

[src]

Get the inner value as bytes

Trait Implementations

impl Debug for DmNameBuf
[src]

[src]

Formats the value using the given formatter.

impl Clone for DmNameBuf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DmNameBuf
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for DmNameBuf
[src]

impl Hash for DmNameBuf
[src]

[src]

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

1.3.0
[src]

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

impl AsRef<DmName> for DmNameBuf
[src]

[src]

Performs the conversion.

impl Borrow<DmName> for DmNameBuf
[src]

[src]

Immutably borrows from an owned value. Read more

impl Deref for DmNameBuf
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.