Enum control_code::CSI::Unit [] [src]

pub enum Unit {
    Character,
    Millimeter,
    ComputerDecipoint,
    Decidot,
    Mil,
    BasicMeasuringUnit,
    Micrometer,
    Pixel,
    Decipoint,
}

Variants

Methods

impl Unit
[src]

Trait Implementations

impl Eq for Unit
[src]

impl PartialEq for Unit
[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 Unit
[src]

impl Clone for Unit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Unit
[src]

Formats the value using the given formatter.

impl Into<u32> for Unit
[src]

Performs the conversion.