pub struct Weak {
pub min_bounds: Size,
pub align_x: Alignment,
pub align_y: Vertical,
/* private fields */
}Expand description
A weak reference to a Paragraph.
Fields§
§min_bounds: SizeThe minimum bounds of the Paragraph.
align_x: AlignmentThe horizontal alignment of the Paragraph.
align_y: VerticalThe vertical alignment of the Paragraph.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Weak
impl RefUnwindSafe for Weak
impl Send for Weak
impl Sync for Weak
impl Unpin for Weak
impl UnwindSafe for Weak
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