Struct gtk_sys::GtkCellView[][src]

#[repr(C)]
pub struct GtkCellView { pub parent_instance: GtkWidget, pub priv_: *mut GtkCellViewPrivate, }

Fields

Trait Implementations

impl Copy for GtkCellView
[src]

impl Clone for GtkCellView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkCellView
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkCellView

impl !Sync for GtkCellView