Enum control_code::DEC::Half [] [src]

pub enum Half {
    Top,
    Bottom,
}

Variants

Trait Implementations

impl Eq for Half
[src]

impl PartialEq for Half
[src]

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

This method tests for !=.

impl Copy for Half
[src]

impl Clone for Half
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Half
[src]

Formats the value using the given formatter.