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 Copy for GtkListBoximpl Clone for GtkListBox[src]
impl Clone for GtkListBoxfn clone(&self) -> GtkListBox[src]
fn clone(&self) -> GtkListBoxReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkListBox[src]
impl Debug for GtkListBoxAuto Trait Implementations
impl !Send for GtkListBox
impl !Send for GtkListBoximpl !Sync for GtkListBox
impl !Sync for GtkListBox