Struct gtk4_sys::GtkStyleContext
source · #[repr(C)]pub struct GtkStyleContext {
pub parent_object: GObject,
}
Fields§
§parent_object: GObject
Trait Implementations§
source§impl Clone for GtkStyleContext
impl Clone for GtkStyleContext
source§fn clone(&self) -> GtkStyleContext
fn clone(&self) -> GtkStyleContext
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