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.
Spaces(u16)Tab width as a number of space characters.
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 TabSizeimpl UnwindSafe for TabSizeBlanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Casts the value.
type Output = T
type Output = TShould always be Self
Casts the value.
Casts the value.
Casts the value.