Struct libnotcurses_sys::ffi::nctabbed_options [−][src]
#[repr(C)]pub struct nctabbed_options { pub selchan: u64, pub hdrchan: u64, pub sepchan: u64, pub separator: *mut c_char, pub flags: u64, }
Fields
selchan: u64
channel for the selected tab header
hdrchan: u64
channel for unselected tab headers
sepchan: u64
channel for the tab separator
separator: *mut c_char
separator string (copied by nctabbed_create())
flags: u64
bitmask of NCTABBED_OPTION_*
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 nctabbed_options
impl !Send for nctabbed_options
impl !Sync for nctabbed_options
impl Unpin for nctabbed_options
impl UnwindSafe for nctabbed_options
Blanket Implementations
Mutably borrows from an owned value. Read more