Enum pty_proc::shell::display::character::attribute::Attribute [] [src]

#[repr(u32)]
pub enum Attribute { None, Dim, Bold, Italic, Underline, Blink, Reverse, Hidden, }

Variants

Trait Implementations

impl Clone for Attribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Attribute
[src]

impl Debug for Attribute
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Attribute
[src]

[src]

Formats the value using the given formatter. Read more