devicemapper::TargetLine [] [src]

type TargetLine = (u64, u64, String, String);

This 4-tuple consists of starting offset (sectors), length (sectors), target type (string, e.g. "linear"), and params(string). See target documentation for the format of each target type's params field.