pub struct PLYLabel { /* private fields */ }Expand description
A view that displays one or more lines of informational text.
Implementations§
Trait Implementations§
Source§impl Raw for PLYLabel
impl Raw for PLYLabel
Auto Trait Implementations§
impl Freeze for PLYLabel
impl RefUnwindSafe for PLYLabel
impl !Send for PLYLabel
impl !Sync for PLYLabel
impl Unpin for PLYLabel
impl UnsafeUnpin for PLYLabel
impl UnwindSafe for PLYLabel
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