Struct unicode_bidi::ParagraphInfo [−][src]
Info about a single paragraph
Fields
range: Range<usize>
The paragraphs boundaries within the text, as byte indices.
TODO: Shrink this to only include the starting index?
level: u8
The paragraph embedding level. http://www.unicode.org/reports/tr9/#BD4
Trait Implementations
impl Debug for ParagraphInfo[src]
impl Debug for ParagraphInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ParagraphInfo[src]
impl PartialEq for ParagraphInfofn eq(&self, other: &ParagraphInfo) -> bool[src]
fn eq(&self, other: &ParagraphInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ParagraphInfo) -> bool[src]
fn ne(&self, other: &ParagraphInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ParagraphInfo
impl Send for ParagraphInfoimpl Sync for ParagraphInfo
impl Sync for ParagraphInfo