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 GtkCellViewimpl Clone for GtkCellView[src]
impl Clone for GtkCellViewfn clone(&self) -> GtkCellView[src]
fn clone(&self) -> GtkCellViewReturns 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 GtkCellViewAuto Trait Implementations
impl !Send for GtkCellView
impl !Send for GtkCellViewimpl !Sync for GtkCellView
impl !Sync for GtkCellView