Struct libnotcurses_sys::c_api::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
sourceimpl Debug for nctabbed_options
impl Debug for nctabbed_options
sourceimpl Default for nctabbed_options
impl Default for nctabbed_options
sourceimpl Hash for nctabbed_options
impl Hash for nctabbed_options
sourceimpl Ord for nctabbed_options
impl Ord for nctabbed_options
sourceimpl PartialEq<nctabbed_options> for nctabbed_options
impl PartialEq<nctabbed_options> for nctabbed_options
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &nctabbed_options) -> bool
fn ne(&self, other: &nctabbed_options) -> bool
This method tests for !=.
sourceimpl PartialOrd<nctabbed_options> for nctabbed_options
impl PartialOrd<nctabbed_options> for nctabbed_options
sourcefn partial_cmp(&self, other: &nctabbed_options) -> Option<Ordering>
fn partial_cmp(&self, other: &nctabbed_options) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Eq for nctabbed_options
impl StructuralEq for nctabbed_options
impl StructuralPartialEq for nctabbed_options
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more