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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkExpanderAccessible
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations