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