Struct accessibility_tree::layout::TextFragment
source · pub struct TextFragment {
pub parent_style: Arc<ComputedValues>,
pub content_rect: Rect<Length>,
pub text: ShapedSegment,
}
Fields§
§parent_style: Arc<ComputedValues>
§content_rect: Rect<Length>
§text: ShapedSegment
Auto Trait Implementations§
impl Freeze for TextFragment
impl RefUnwindSafe for TextFragment
impl Send for TextFragment
impl Sync for TextFragment
impl Unpin for TextFragment
impl UnwindSafe for TextFragment
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