Struct glerminal::text_buffer::TermCharacter [] [src]

pub struct TermCharacter { /* fields omitted */ }

Represents a single character in a TextBuffer

Methods

impl TermCharacter
[src]

[src]

Gets the char in the TermCharacter

[src]

Gets the foreground Color in the TermCharacter

[src]

Gets the background Color in the TermCharacter

[src]

Gets the shakiness of the TermCharacter, where shakiness is a value from 0.0 to 1.0 (other values are accepted, but these are suggested).

Trait Implementations

impl Clone for TermCharacter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TermCharacter
[src]

Auto Trait Implementations

impl Send for TermCharacter

impl Sync for TermCharacter