Struct libnotcurses_sys::c_api::nctabbed_options [−][src]
#[repr(C)]pub struct nctabbed_options {
pub selchan: u64,
pub hdrchan: u64,
pub sepchan: u64,
pub separator: *const c_char,
pub flags: u64,
}Fields
selchan: u64channel for the selected tab header
hdrchan: u64channel for unselected tab headers
sepchan: u64channel for the tab separator
separator: *const c_charseparator string (copied by nctabbed_create())
flags: u64bitmask of NCTABBED_OPTION_*
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
