#[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 for nctabbed_options
impl PartialEq for nctabbed_options
Source§impl PartialOrd for nctabbed_options
impl PartialOrd for nctabbed_options
impl Eq for nctabbed_options
impl StructuralPartialEq for nctabbed_options
Auto Trait Implementations§
impl Freeze for nctabbed_options
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more