Struct unicode_bidi::Paragraph
source · pub struct Paragraph<'a, 'text> {
pub info: &'a BidiInfo<'text>,
pub para: &'a ParagraphInfo,
}
Expand description
Contains a reference of BidiInfo
and one of its paragraphs
.
And it supports all operation in the Paragraph
that needs also its
BidiInfo
such as direction
.
Fields§
§info: &'a BidiInfo<'text>
§para: &'a ParagraphInfo
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'text> Freeze for Paragraph<'a, 'text>
impl<'a, 'text> RefUnwindSafe for Paragraph<'a, 'text>
impl<'a, 'text> Send for Paragraph<'a, 'text>
impl<'a, 'text> Sync for Paragraph<'a, 'text>
impl<'a, 'text> Unpin for Paragraph<'a, 'text>
impl<'a, 'text> UnwindSafe for Paragraph<'a, 'text>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more