Struct pty_proc::shell::display::character::Character [] [src]

#[repr(C)]
pub struct Character { /* fields omitted */ }

Methods

impl Character
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

The method clear resets the term character.

Trait Implementations

impl Clone for Character
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Character
[src]

impl Debug for Character
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Character
[src]

impl PartialEq for Character
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for Character
[src]

[src]

Formats the value using the given formatter. Read more

impl From<char> for Character
[src]

[src]

Performs the conversion.

impl Default for Character
[src]

[src]

Returns the "default value" for a type. Read more