Enum egui::widgets::progress_bar::ProgressBarText
source · enum ProgressBarText {
Custom(WidgetText),
Percentage,
}
Variants§
Custom(WidgetText)
Percentage
Auto Trait Implementations§
impl Freeze for ProgressBarText
impl RefUnwindSafe for ProgressBarText
impl Send for ProgressBarText
impl Sync for ProgressBarText
impl Unpin for ProgressBarText
impl UnwindSafe for ProgressBarText
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