Struct gtk_sys::GtkImageAccessible[][src]

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

Fields

Trait Implementations

impl Copy for GtkImageAccessible
[src]

impl Clone for GtkImageAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkImageAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations