Struct devicemapper::FlakeyTargetParams[][src]

pub struct FlakeyTargetParams {
    pub device: Device,
    pub start_offset: Sectors,
    pub up_interval: u32,
    pub down_interval: u32,
    pub feature_args: HashSet<FeatureArg>,
}
Expand description

Target params for flakey target

Fields

device: Device

The device on which this segment resides

start_offset: Sectors

The starting offset of this segments in the device.

up_interval: u32

Interval during which flakey target is up, in seconds DM source type is unsigned, so restrict to u32.

down_interval: u32

Interval during which flakey target is down, in seconds DM source type is unsigned, so restrict to u32.

feature_args: HashSet<FeatureArg>

Optional feature arguments

Implementations

Create a new flakey target param struct.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Generate params to be passed to DM. The format of the params is:
[<num_features> []]

Table parameters


[<num_features> []]

Mandatory parameters: : Full pathname to the underlying block-device, or a “major:minor” device-number. : Starting sector within the device. : Number of seconds device is available. : Number of seconds device returns errors.

Optional feature parameters: If no feature parameters are present, during the periods of unreliability, all I/O returns errors.

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.