Struct gtk_sys::GtkImageCellAccessible[][src]

#[repr(C)]
pub struct GtkImageCellAccessible { pub parent: GtkRendererCellAccessible, pub priv_: *mut GtkImageCellAccessiblePrivate, }

Fields

Trait Implementations

impl Copy for GtkImageCellAccessible
[src]

impl Clone for GtkImageCellAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkImageCellAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations