Struct unicode_bidi::ParagraphInfo [−][src]
Bidi information 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: Level
The paragraph embedding level.
Trait Implementations
impl Debug for ParagraphInfo
[src]
impl Debug for ParagraphInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for ParagraphInfo
[src]
impl PartialEq for ParagraphInfo
fn eq(&self, other: &ParagraphInfo) -> bool
[src]
fn eq(&self, other: &ParagraphInfo) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ParagraphInfo
impl Send for ParagraphInfo
impl Sync for ParagraphInfo
impl Sync for ParagraphInfo