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