Enum unic_ucd_bidi::bidi_class::BidiClassCategory [] [src]

pub enum BidiClassCategory {
    Strong,
    Weak,
    ExplicitFormatting,
    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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BidiClassCategory
[src]

impl Debug for BidiClassCategory
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BidiClassCategory
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for BidiClassCategory
[src]