Struct gtk_sys::GtkListBox
source · #[repr(C)]pub struct GtkListBox {
pub parent_instance: GtkContainer,
}
Fields§
§parent_instance: GtkContainer
Trait Implementations§
source§impl Clone for GtkListBox
impl Clone for GtkListBox
source§fn clone(&self) -> GtkListBox
fn clone(&self) -> GtkListBox
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more