Struct rust_texas::component::TextChunk
source · pub struct TextChunk { /* private fields */ }Expand description
Basic text struct. Typically, a Paragraph or Line contains a bunch of these.
Can also read from a file, in which case typ will be Normal.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TextChunk
impl Send for TextChunk
impl Sync for TextChunk
impl Unpin for TextChunk
impl UnwindSafe for TextChunk
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