Enum x11cap::Screen [] [src]

pub enum Screen {
    Specific(c_int),
    Default,
}

Variants

Specific(c_int)Default

Trait Implementations

impl Copy for Screen
[src]

impl Clone for Screen
[src]

fn clone(&self) -> Screen

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more