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