Struct devicemapper::TargetLine [] [src]

pub struct TargetLine {
    pub start: Sectors,
    pub length: Sectors,
    pub target_type: TargetTypeBuf,
    pub params: String,
}

One line of a device mapper table.

Fields

The start of the segment

The length of the segment

The target type

The target specific parameters

Trait Implementations

impl Debug for TargetLine
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TargetLine
[src]

[src]

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

[src]

This method tests for !=.