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