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