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