Struct libnotcurses_sys::c_api::ncreader_options
source · [−]Fields
tchannels: u64channels used for input
tattrword: u32attributes used for input
flags: u64bitfield of NCREADER_OPTION_*
Implementations
sourceimpl ncreader_options
impl ncreader_options
sourcepub const CURSOR: u32
pub const CURSOR: u32
Makes the terminal cursor visible across the lifetime of the ncreader, and have the ncreader manage the cursor’s placement.
sourcepub const HORSCROLL: u32
pub const HORSCROLL: u32
Enables horizontal scrolling. Virtual lines can then grow arbitrarily long.
Trait Implementations
sourceimpl Clone for ncreader_options
impl Clone for ncreader_options
sourcefn clone(&self) -> ncreader_options
fn clone(&self) -> ncreader_options
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ncreader_options
impl Debug for ncreader_options
sourceimpl Default for ncreader_options
impl Default for ncreader_options
sourcefn default() -> ncreader_options
fn default() -> ncreader_options
Returns the “default value” for a type. Read more
sourceimpl Hash for ncreader_options
impl Hash for ncreader_options
sourceimpl Ord for ncreader_options
impl Ord for ncreader_options
sourceimpl PartialEq<ncreader_options> for ncreader_options
impl PartialEq<ncreader_options> for ncreader_options
sourcefn eq(&self, other: &ncreader_options) -> bool
fn eq(&self, other: &ncreader_options) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ncreader_options) -> bool
fn ne(&self, other: &ncreader_options) -> bool
This method tests for !=.
sourceimpl PartialOrd<ncreader_options> for ncreader_options
impl PartialOrd<ncreader_options> for ncreader_options
sourcefn partial_cmp(&self, other: &ncreader_options) -> Option<Ordering>
fn partial_cmp(&self, other: &ncreader_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 Copy for ncreader_options
impl Eq for ncreader_options
impl StructuralEq for ncreader_options
impl StructuralPartialEq for ncreader_options
Auto Trait Implementations
impl RefUnwindSafe for ncreader_options
impl Send for ncreader_options
impl Sync for ncreader_options
impl Unpin for ncreader_options
impl UnwindSafe for ncreader_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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more