Struct libnotcurses_sys::c_api::ffi::nctabbed_options
source · #[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§
source§impl Debug for nctabbed_options
impl Debug for nctabbed_options
source§impl Default for nctabbed_options
impl Default for nctabbed_options
source§impl Hash for nctabbed_options
impl Hash for nctabbed_options
source§impl Ord for nctabbed_options
impl Ord for nctabbed_options
source§fn cmp(&self, other: &nctabbed_options) -> Ordering
fn cmp(&self, other: &nctabbed_options) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<nctabbed_options> for nctabbed_options
impl PartialEq<nctabbed_options> for nctabbed_options
source§fn eq(&self, other: &nctabbed_options) -> bool
fn eq(&self, other: &nctabbed_options) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<nctabbed_options> for nctabbed_options
impl PartialOrd<nctabbed_options> for nctabbed_options
source§fn partial_cmp(&self, other: &nctabbed_options) -> Option<Ordering>
fn partial_cmp(&self, other: &nctabbed_options) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more