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