Struct unicode_bidi::ParagraphInfo [] [src]

pub struct ParagraphInfo {
    pub range: Range<usize>,
    pub level: Level,
}
[]

Bidi information about a single paragraph

Fields

[]

The paragraphs boundaries within the text, as byte indices.

TODO: Shrink this to only include the starting index?

[]

The paragraph embedding level.

http://www.unicode.org/reports/tr9/#BD4

Trait Implementations

impl Debug for ParagraphInfo
[src]

[src]
[]

Formats the value using the given formatter.

impl PartialEq for ParagraphInfo
[src]

[src]
[]

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

[src]
[]

This method tests for !=.