Enum rovr::Eye [-] [+] [src]

pub enum Eye {
    Left,
    Right,
}

Variants

Left
Right

Trait Implementations

Derived Implementations

impl Clone for Eye

fn clone(&self) -> Eye

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

impl Copy for Eye