Struct devicemapper::DmUuidBuf [] [src]

pub struct DmUuidBuf { /* fields omitted */ }

The owned version of the DM identifier.

Methods

impl DmUuidBuf
[src]

[src]

Construct a new owned identifier.

Methods from Deref<Target = DmUuid>

[src]

Get the inner value as bytes

Trait Implementations

impl Debug for DmUuidBuf
[src]

[src]

Formats the value using the given formatter.

impl Clone for DmUuidBuf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for DmUuidBuf
[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<DmUuid> for DmUuidBuf
[src]

[src]

Performs the conversion.

impl Borrow<DmUuid> for DmUuidBuf
[src]

[src]

Immutably borrows from an owned value. Read more

impl Deref for DmUuidBuf
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.