Enum embedded_text::style::TabSize [−][src]
Expand description
Tab size helper
This type makes it more obvious what unit is used to define the width of tabs. The default tab size is 4 spaces.
Variants
Pixels(u16)Tab width as a number of pixels.
Tuple Fields of Pixels
0: u16Spaces(u16)Tab width as a number of space characters.
Tuple Fields of Spaces
0: u16Implementations
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for TabSize
impl UnwindSafe for TabSize
Blanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Casts the value.
type Output = T
type Output = T
Should always be Self
Casts the value.
Casts the value.
Casts the value.