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