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