Struct gtk_sys::GtkListBox [−][src]
#[repr(C)]pub struct GtkListBox { pub parent_instance: GtkContainer, }
Fields
parent_instance: GtkContainer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkListBox
impl !Send for GtkListBox
impl !Sync for GtkListBox
impl Unpin for GtkListBox
impl UnwindSafe for GtkListBox
Blanket Implementations
Mutably borrows from an owned value. Read more