Struct gtk_sys::GtkToolItemClass [−][src]
#[repr(C)]pub struct GtkToolItemClass { pub parent_class: GtkBinClass, pub create_menu_proxy: Option<unsafe extern "C" fn(_: *mut GtkToolItem) -> gboolean>, pub toolbar_reconfigured: Option<unsafe extern "C" fn(_: *mut GtkToolItem)>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, }
Fields
parent_class: GtkBinClasstoolbar_reconfigured: Option<unsafe extern "C" fn(_: *mut GtkToolItem)>_gtk_reserved1: Option<unsafe extern "C" fn()>_gtk_reserved2: Option<unsafe extern "C" fn()>_gtk_reserved3: Option<unsafe extern "C" fn()>_gtk_reserved4: Option<unsafe extern "C" fn()>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkToolItemClassimpl !Send for GtkToolItemClassimpl !Sync for GtkToolItemClassimpl Unpin for GtkToolItemClassimpl UnwindSafe for GtkToolItemClassBlanket Implementations
Mutably borrows from an owned value. Read more