Struct gtk_sys::GtkLabelAccessible[][src]

#[repr(C)]
pub struct GtkLabelAccessible { pub parent: GtkWidgetAccessible, pub priv_: *mut GtkLabelAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkLabelAccessible
[src]

impl Clone for GtkLabelAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkLabelAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations