[−][src]Struct tinf::cap::Boolean
Boolean capability names.
The names are used as indices into a Desc
.
Name | Short name |
---|---|
auto_left_margin | bw |
auto_right_margin | am |
no_esc_ctlc | xsb |
ceol_standout_glitch | xhp |
eat_newline_glitch | xenl |
erase_overstrike | eo |
generic_type | gn |
hard_copy | hc |
has_meta_key | km |
has_status_line | hs |
insert_null_glitch | in_ |
memory_above | db |
memory_below | da |
move_insert_mode | mir |
move_standout_mode | msgr |
over_strike | os |
status_line_esc_ok | eslok |
dest_tabs_magic_smso | xt |
tilde_glitch | hz |
transparent_underline | ul |
xon_xoff | xon |
needs_xon_xoff | nxon |
prtr_silent | mc5i |
hard_cursor | chts |
non_rev_rmcup | nrrmc |
no_pad_char | npc |
non_dest_scroll_region | ndscr |
can_change | ccc |
back_color_erase | bce |
hue_lightness_saturation | hls |
col_addr_glitch | xhpa |
cr_cancels_micro_mode | crxm |
has_print_wheel | daisy |
row_addr_glitch | xvpa |
semi_auto_right_margin | sam |
cpi_changes_res | cpix |
lpi_changes_res | lpix |
backspaces_with_bs | OTbs_b |
crt_no_scrolling | OTns |
no_correctly_working_cr | OTnc |
gnu_has_meta_key | OTMT |
linefeed_is_newline | OTNL |
has_hardware_tabs | OTpt |
return_does_clr_eol | OTxr |
Implementations
impl Boolean
[src]
pub fn named<T: Borrow<str>>(name: T) -> Option<Boolean>
[src]
The Boolean
capabilitiy name corresponding to the string
name
.
pub fn iter() -> BoolIter
[src]
An iterator over the predefined boolean capabilities.
pub fn short_name(&self) -> &'static str
[src]
The short name of the capability.
pub fn long_name(&self) -> &'static str
[src]
The long name of the capability.
Trait Implementations
impl Clone for Boolean
[src]
impl Copy for Boolean
[src]
impl Debug for Boolean
[src]
impl Index<Boolean> for Desc
[src]
Auto Trait Implementations
impl RefUnwindSafe for Boolean
impl Send for Boolean
impl Sync for Boolean
impl Unpin for Boolean
impl UnwindSafe for Boolean
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,