Struct devicemapper::TargetTypeBuf [] [src]

pub struct TargetTypeBuf { /* fields omitted */ }

The owned version of the DM identifier.

Methods

impl TargetTypeBuf
[src]

[src]

Construct a new owned identifier.

Methods from Deref<Target = TargetType>

[src]

Get the inner value as bytes

Trait Implementations

impl Debug for TargetTypeBuf
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TargetTypeBuf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for TargetTypeBuf
[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<TargetType> for TargetTypeBuf
[src]

[src]

Performs the conversion.

impl Borrow<TargetType> for TargetTypeBuf
[src]

[src]

Immutably borrows from an owned value. Read more

impl Deref for TargetTypeBuf
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl Send for TargetTypeBuf

impl Sync for TargetTypeBuf