pub enum ClearTabulation {
CharacterTabulationStopActivePosition,
LineTabulationStopActiveLine,
AllCharacterTabulationStopsActiveLine,
AllCharacterTabulationStops,
AllLineTabulationStops,
AllTabulationStops,
}
Expand description
Valid parameter values to the function TBC
.
Variants§
CharacterTabulationStopActivePosition
Clear the character tabulation stop at the active presentation position.
LineTabulationStopActiveLine
Clear the line tabulation stop at the active line.
AllCharacterTabulationStopsActiveLine
Clear all character tabulation stops at the active line.
AllCharacterTabulationStops
Clear all character tabulation stops.
AllLineTabulationStops
Clear all line tabulation stops.
AllTabulationStops
Clear all tabulation stops.
Trait Implementations§
source§impl Clone for ClearTabulation
impl Clone for ClearTabulation
source§fn clone(&self) -> ClearTabulation
fn clone(&self) -> ClearTabulation
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 Default for ClearTabulation
impl Default for ClearTabulation
source§fn default() -> ClearTabulation
fn default() -> ClearTabulation
Returns the “default value” for a type. Read more
source§impl PartialEq<ClearTabulation> for ClearTabulation
impl PartialEq<ClearTabulation> for ClearTabulation
source§fn eq(&self, other: &ClearTabulation) -> bool
fn eq(&self, other: &ClearTabulation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.