Struct gtk_sys::GtkTextCellAccessible[][src]

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

Fields

Trait Implementations

impl Copy for GtkTextCellAccessible
[src]

impl Clone for GtkTextCellAccessible
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTextCellAccessible
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations