Struct tango_client::types::AttributeInfo[][src]

pub struct AttributeInfo {
Show 18 fields pub name: String, pub writable: AttrWriteType, pub data_type: TangoDataType, pub data_format: AttrDataFormat, pub max_dim_x: usize, pub max_dim_y: usize, pub description: String, pub label: String, pub unit: String, pub standard_unit: String, pub display_unit: String, pub format: String, pub min_value: String, pub max_value: String, pub min_alarm: String, pub max_alarm: String, pub writable_attr_name: String, pub disp_level: DispLevel,
}
Expand description

Provides information about a single device attribute.

Fields

name: Stringwritable: AttrWriteTypedata_type: TangoDataTypedata_format: AttrDataFormatmax_dim_x: usizemax_dim_y: usizedescription: Stringlabel: Stringunit: Stringstandard_unit: Stringdisplay_unit: Stringformat: Stringmin_value: Stringmax_value: Stringmin_alarm: Stringmax_alarm: Stringwritable_attr_name: Stringdisp_level: DispLevel

Trait Implementations

Formats the value using the given formatter. Read more

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 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.