pub enum CursorTabulationControl {
SetCharacterTabStopAtActivePosition = 0,
SetLineTabStopAtActiveLine = 1,
ClearCharacterTabStopAtActivePosition = 2,
ClearLineTabstopAtActiveLine = 3,
ClearAllCharacterTabStopsAtActiveLine = 4,
ClearAllCharacterTabStops = 5,
ClearAllLineTabStops = 6,
}Variants§
SetCharacterTabStopAtActivePosition = 0
SetLineTabStopAtActiveLine = 1
ClearCharacterTabStopAtActivePosition = 2
ClearLineTabstopAtActiveLine = 3
ClearAllCharacterTabStopsAtActiveLine = 4
ClearAllCharacterTabStops = 5
ClearAllLineTabStops = 6
Trait Implementations§
Source§impl Clone for CursorTabulationControl
impl Clone for CursorTabulationControl
Source§fn clone(&self) -> CursorTabulationControl
fn clone(&self) -> CursorTabulationControl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CursorTabulationControl
impl Debug for CursorTabulationControl
Source§impl Default for CursorTabulationControl
impl Default for CursorTabulationControl
Source§fn default() -> CursorTabulationControl
fn default() -> CursorTabulationControl
Returns the “default value” for a type. Read more
Source§impl Display for CursorTabulationControl
impl Display for CursorTabulationControl
Source§impl PartialEq for CursorTabulationControl
impl PartialEq for CursorTabulationControl
impl Copy for CursorTabulationControl
impl Eq for CursorTabulationControl
impl StructuralPartialEq for CursorTabulationControl
Auto Trait Implementations§
impl Freeze for CursorTabulationControl
impl RefUnwindSafe for CursorTabulationControl
impl Send for CursorTabulationControl
impl Sync for CursorTabulationControl
impl Unpin for CursorTabulationControl
impl UnwindSafe for CursorTabulationControl
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