Struct unicode_bidi::InitialProperties [] [src]

pub struct InitialProperties {
    pub initial_classes: Vec<BidiClass>,
    pub paragraphs: Vec<ParagraphInfo>,
}

Output of initial_scan

Fields

The BidiClass of the character at each byte in the text. If a character is multiple bytes, its class will appear multiple times in the vector.

The boundaries and level of each paragraph within the text.

Trait Implementations

impl PartialEq for InitialProperties
[src]

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

This method tests for !=.

impl Debug for InitialProperties
[src]

Formats the value using the given formatter.