Struct neko::pty::Character []

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

Methods

impl Character

The method clear resets the term character.

Trait Implementations

impl Copy for Character

impl Debug for Character

Formats the value using the given formatter.

impl Eq for Character

impl PartialEq<Character> for Character

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

This method tests for !=.

impl Default for Character

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

impl Clone for Character

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Character

Formats the value using the given formatter. Read more

impl From<char> for Character

Performs the conversion.