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