Struct gtk4_sys::GtkCellRenderer
source · #[repr(C)]pub struct GtkCellRenderer {
pub parent_instance: GInitiallyUnowned,
pub priv_: *mut GtkCellRendererPrivate,
}
Fields§
§parent_instance: GInitiallyUnowned
§priv_: *mut GtkCellRendererPrivate
Trait Implementations§
source§impl Clone for GtkCellRenderer
impl Clone for GtkCellRenderer
source§fn clone(&self) -> GtkCellRenderer
fn clone(&self) -> GtkCellRenderer
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