pub struct Paragraph {
pub text: String,
pub align: Align,
pub font_size: f64,
pub color: Color,
pub line_spacing: f64,
}Fields§
§text: String§align: Align§font_size: f64§color: Color§line_spacing: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Paragraph
impl RefUnwindSafe for Paragraph
impl Send for Paragraph
impl Sync for Paragraph
impl Unpin for Paragraph
impl UnsafeUnpin for Paragraph
impl UnwindSafe for Paragraph
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