Struct nixterm::terminfo::TermInfoBuf[][src]

pub struct TermInfoBuf {
    pub names: Vec<String>,
    // some fields omitted
}

The owning, mutable version of TermInfo

Fields

Methods

impl TermInfoBuf
[src]

Execute a string

Trait Implementations

impl Debug for TermInfoBuf
[src]

Formats the value using the given formatter. Read more

impl Clone for TermInfoBuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<TermInfo<'a>> for TermInfoBuf
[src]

Performs the conversion.

impl<'a> From<&'a TermInfo<'a>> for TermInfoBuf
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for TermInfoBuf

impl Sync for TermInfoBuf