Struct gtk_sys::GtkListBox
[−]
[src]
#[repr(C)]pub struct GtkListBox { pub parent_instance: GtkContainer, }
Fields
parent_instance: GtkContainer
Trait Implementations
impl Copy for GtkListBox
[src]
impl Clone for GtkListBox
[src]
fn clone(&self) -> GtkListBox
[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