Struct gtk_sys::GtkStyleContext [−][src]
#[repr(C)]pub struct GtkStyleContext { pub parent_object: GObject, pub priv_: *mut GtkStyleContextPrivate, }
Fields
parent_object: GObjectpriv_: *mut GtkStyleContextPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkStyleContextimpl !Send for GtkStyleContextimpl !Sync for GtkStyleContextimpl Unpin for GtkStyleContextimpl UnwindSafe for GtkStyleContextBlanket Implementations
Mutably borrows from an owned value. Read more