Enum unic_ucd_bidi::BidiClassCategory [] [src]

pub enum BidiClassCategory {
    Strong,
    Weak,
    Explicit_Formatting,
    Neutral,
}

Represents Category of Unicode character Bidi_Class property, as demostrated under "Table 4. Bidirectional Character Types".

Variants

Left-to-right and right-to-left types.

Types associated with numbers.

Directional formatting characters.

Everything else.

Trait Implementations

impl Clone for BidiClassCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BidiClassCategory
[src]

impl Debug for BidiClassCategory
[src]

Formats the value using the given formatter.

impl PartialEq for BidiClassCategory
[src]

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

This method tests for !=.

impl Eq for BidiClassCategory
[src]