Struct gtk_sys::GtkExpanderAccessible[][src]

#[repr(C)]
pub struct GtkExpanderAccessible { pub parent: GtkContainerAccessible, pub priv_: *mut GtkExpanderAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkExpanderAccessible
[src]

impl Clone for GtkExpanderAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkExpanderAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations