pub struct MultiLabel { /* private fields */ }Expand description
A widget that displays multiple Labels in a single horizontal line,
with consistent vertical alignment (centered) and optional spacing between them.
Implementations§
Trait Implementations§
Source§impl Clone for MultiLabel
impl Clone for MultiLabel
Source§fn clone(&self) -> MultiLabel
fn clone(&self) -> MultiLabel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MultiLabel
impl RefUnwindSafe for MultiLabel
impl Send for MultiLabel
impl Sync for MultiLabel
impl Unpin for MultiLabel
impl UnwindSafe for MultiLabel
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