Struct gtk_sys::GtkStyleContext [−][src]
#[repr(C)]pub struct GtkStyleContext { pub parent_object: GObject, pub priv_: *mut GtkStyleContextPrivate, }
Fields
parent_object: GObject
priv_: *mut GtkStyleContextPrivate
Trait Implementations
impl Copy for GtkStyleContext[src]
impl Copy for GtkStyleContextimpl Clone for GtkStyleContext[src]
impl Clone for GtkStyleContextfn clone(&self) -> GtkStyleContext[src]
fn clone(&self) -> GtkStyleContextReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkStyleContext[src]
impl Debug for GtkStyleContextAuto Trait Implementations
impl !Send for GtkStyleContext
impl !Send for GtkStyleContextimpl !Sync for GtkStyleContext
impl !Sync for GtkStyleContext