Struct gtk_sys::GtkListBoxAccessible
[−]
[src]
#[repr(C)]pub struct GtkListBoxAccessible { pub parent: GtkContainerAccessible, pub priv_: *mut GtkListBoxAccessiblePrivate, }
Fields
parent: GtkContainerAccessible
priv_: *mut GtkListBoxAccessiblePrivate
Trait Implementations
impl Copy for GtkListBoxAccessible
[src]
impl Clone for GtkListBoxAccessible
[src]
fn clone(&self) -> GtkListBoxAccessible
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more