Enum control_code::CSI::Tabulation
source · pub enum Tabulation {
Character,
Line,
Characters,
AllCharacters,
AllLines,
All,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for Tabulation
impl Clone for Tabulation
source§fn clone(&self) -> Tabulation
fn clone(&self) -> Tabulation
Returns a copy 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 Tabulation
impl Debug for Tabulation
source§impl Into<u32> for Tabulation
impl Into<u32> for Tabulation
source§impl PartialEq for Tabulation
impl PartialEq for Tabulation
source§fn eq(&self, other: &Tabulation) -> bool
fn eq(&self, other: &Tabulation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for Tabulation
impl Eq for Tabulation
impl StructuralPartialEq for Tabulation
Auto Trait Implementations§
impl Freeze for Tabulation
impl RefUnwindSafe for Tabulation
impl Send for Tabulation
impl Sync for Tabulation
impl Unpin for Tabulation
impl UnwindSafe for Tabulation
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)