#[repr(C)]pub struct GtkImage {
pub misc: GtkMisc,
pub priv_: *mut GtkImagePrivate,
}
Fields
misc: GtkMisc
priv_: *mut GtkImagePrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkImage
impl UnwindSafe for GtkImage
Blanket Implementations
Mutably borrows from an owned value. Read more