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