Struct libnotcurses_sys::ffi::ncmenu_section [−][src]
#[repr(C)]pub struct ncmenu_section { pub name: *mut c_char, pub itemcount: c_int, pub items: *mut ncmenu_item, pub shortcut: ncinput, }
Fields
name: *mut 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
Auto Trait Implementations
impl RefUnwindSafe for ncmenu_section
impl !Send for ncmenu_section
impl !Sync for ncmenu_section
impl Unpin for ncmenu_section
impl UnwindSafe for ncmenu_section
Blanket Implementations
Mutably borrows from an owned value. Read more