Struct gtk_sys::GtkCellView [−][src]
#[repr(C)]pub struct GtkCellView { pub parent_instance: GtkWidget, pub priv_: *mut GtkCellViewPrivate, }
Fields
parent_instance: GtkWidget
priv_: *mut GtkCellViewPrivate
Trait Implementations
impl Copy for GtkCellView
[src]
impl Copy for GtkCellView
impl Clone for GtkCellView
[src]
impl Clone for GtkCellView
fn clone(&self) -> GtkCellView
[src]
fn clone(&self) -> GtkCellView
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkCellView
[src]
impl Debug for GtkCellView
Auto Trait Implementations
impl !Send for GtkCellView
impl !Send for GtkCellView
impl !Sync for GtkCellView
impl !Sync for GtkCellView