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