Struct devicemapper::LinearDevTargetTable [] [src]

pub struct LinearDevTargetTable {
    pub table: Vec<TargetLine<LinearDevTargetParams>>,
}

A target table for a linear device. Such a table allows flakey targets as well as linear targets.

Fields

The device's table

Methods

impl LinearDevTargetTable
[src]

[src]

Make a new LinearDevTargetTable from a suitable vec

Trait Implementations

impl Clone for LinearDevTargetTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LinearDevTargetTable
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for LinearDevTargetTable
[src]

impl PartialEq for LinearDevTargetTable
[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 DmDevice<LinearDevTargetTable> for LinearDev
[src]

[src]

The device.

[src]

The device's device node.

[src]

Check if tables indicate an equivalent device.

[src]

The device's name.

[src]

The number of sectors available for user data.

[src]

What the device thinks its table is.

[src]

Erase the kernel's memory of this device.

[src]

The device's UUID, if available. Note that the UUID is not any standard UUID format. Read more

[src]

The devicemapper table

[src]

Resume I/O on the device.

[src]

Suspend I/O on the device.

[src]

Load a table

Auto Trait Implementations