Struct gtk_sys::GtkCellRenderer [] [src]

#[repr(C)]
pub struct GtkCellRenderer { pub parent_instance: GInitiallyUnowned, pub priv_: *mut GtkCellRendererPrivate, }

Fields

Trait Implementations

impl Copy for GtkCellRenderer
[src]

impl Clone for GtkCellRenderer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkCellRenderer
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations