Struct gtk_sys::GtkListBoxRowAccessible[][src]

#[repr(C)]
pub struct GtkListBoxRowAccessible { pub parent: GtkContainerAccessible, }

Fields

Trait Implementations

impl Copy for GtkListBoxRowAccessible
[src]

impl Clone for GtkListBoxRowAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkListBoxRowAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations