Struct gtk4_sys::GtkStyleContext [−][src]
#[repr(C)]pub struct GtkStyleContext {
pub parent_object: GObject,
}
Fields
parent_object: GObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkStyleContext
impl !Send for GtkStyleContext
impl !Sync for GtkStyleContext
impl Unpin for GtkStyleContext
impl UnwindSafe for GtkStyleContext
Blanket Implementations
Mutably borrows from an owned value. Read more