Enum pty_proc::shell::display::character::attribute::Attribute
[−]
[src]
#[repr(u32)]pub enum Attribute { None, Dim, Bold, Italic, Underline, Blink, Reverse, Hidden, }
Variants
None
Dim
Bold
Italic
Underline
Blink
Reverse
Hidden
Trait Implementations
impl Clone for Attribute
[src]
fn clone(&self) -> Attribute
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for Attribute
[src]
impl Debug for Attribute
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more