Enum caca::Driver [] [src]

pub enum Driver {
    Null,
    Raw,
    Cocoa,
    Conio,
    GL,
    NCurses,
    SLang,
    VGA,
    Win32,
    X11,
    Unknown,
}

Variants

Trait Implementations

impl Clone for Driver
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Driver
[src]

impl Debug for Driver
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Driver

impl Sync for Driver