Struct libnotcurses_sys::c_api::ncmenu_section [−][src]
#[repr(C)]pub struct ncmenu_section {
pub name: *const c_char,
pub itemcount: c_int,
pub items: *mut ncmenu_item,
pub shortcut: ncinput,
}Fields
name: *const c_charutf-8 c string
itemcount: c_intitems: *mut ncmenu_itemshortcut: ncinputshortcut, will be underlined if present in name
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
