Enum elmesque::element::Three [−] [src]

pub enum Three {
    P,
    Z,
    N,
}

Variants

P
Z
N

Trait Implementations

Derived Implementations

impl Debug for Three

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Three

fn clone(&self) -> Three

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

impl Copy for Three