Struct gtk_sys::GtkListBoxAccessible[][src]

#[repr(C)]
pub struct GtkListBoxAccessible { pub parent: GtkContainerAccessible, pub priv_: *mut GtkListBoxAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkListBoxAccessible
[src]

impl Clone for GtkListBoxAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkListBoxAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations