pub struct SocketAccessibleBuilder { /* private fields */ }
Expand description

A builder-pattern type to construct SocketAccessible objects.

Implementations

Available on gdk_backend="x11" and crate feature v3_24_30 only.
Available on gdk_backend="x11" and crate feature v3_24_30 only.

Build the SocketAccessible.

Available on gdk_backend="x11" and crate feature v3_24_30 only.
Available on gdk_backend="x11" and crate feature v3_24_30 only.
Available on gdk_backend="x11" and crate feature v3_24_30 only.
Available on gdk_backend="x11" and crate feature v3_24_30 only.
Available on gdk_backend="x11" and crate feature v3_24_30 only.

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

Available on gdk_backend="x11" and crate feature v3_24_30 only.
Available on gdk_backend="x11" and crate feature v3_24_30 only.

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

Available on gdk_backend="x11" and crate feature v3_24_30 only.

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

Available on gdk_backend="x11" and crate feature v3_24_30 only.

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

Available on gdk_backend="x11" and crate feature v3_24_30 only.

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

Available on gdk_backend="x11" and crate feature v3_24_30 only.
Available on gdk_backend="x11" and crate feature v3_24_30 only.

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

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

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.