Struct bear_lib_terminal::terminal::config::Output [] [src]

pub struct Output { /* fields omitted */ }

The output configuration section repr.

None values will not override current ones.

See terminal::set().

Methods

impl Output
[src]

Construct an output configuration section override segment with all values equalling None

Whether to process special tags in the print() function.

Default: true.

Toggle OpenGL VSync.

Default: true.

Trait Implementations

impl Clone for Output
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Output
[src]

Formats the value using the given formatter.

impl Eq for Output
[src]

impl PartialEq for Output
[src]

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

This method tests for !=.

impl Hash for Output
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl ConfigPart for Output
[src]