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