pub struct PlugAccessibleBuilder { /* private fields */ }
Available on gdk_backend="x11" and crate feature v3_24_30 only.
Expand description

A builder-pattern type to construct PlugAccessible objects.

Implementations

Create a new PlugAccessibleBuilder.

Build the PlugAccessible.

Table caption. Since 1.3. Use table-caption-object instead.

Accessible table column description. Since 2.12. Use atk_table_get_column_description() and atk_table_set_column_description() instead.

Accessible table column header. Since 2.12. Use atk_table_get_column_header() and atk_table_set_column_header() instead.

Accessible table row description. Since 2.12. Use atk_table_get_row_description() and atk_table_set_row_description() instead.

Accessible table row header. Since 2.12. Use atk_table_get_row_header() and atk_table_set_row_header() instead.

Numeric value of this object, in case being and AtkValue. Since 2.12. Use atk_value_get_value_and_text() to get the value, and value-changed signal to be notified on their value changes.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. 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.