pub enum Control {
Show 13 variants
CheckboxUnchecked,
CheckboxChecked,
RadioUnselected,
RadioSelected,
Button,
MenuItem,
DropdownArrow,
ExpandCollapsed,
ExpandExpanded,
Loading,
Close,
Minimize,
Maximize,
}
Expand description
UI button and control characters
Variants§
CheckboxUnchecked
Checkbox unchecked
CheckboxChecked
Checkbox checked
RadioUnselected
Radio button unselected
RadioSelected
Radio button selected
Button
Button
MenuItem
Menu item
DropdownArrow
Dropdown arrow
ExpandCollapsed
Expand/collapse indicator (collapsed)
ExpandExpanded
Expand/collapse indicator (expanded)
Loading
Loading/spinner
Close
Close button
Minimize
Minimize button
Maximize
Maximize button
Trait Implementations§
Source§impl UnicodeProvider for Control
impl UnicodeProvider for Control
impl Copy for Control
Auto Trait Implementations§
impl Freeze for Control
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnwindSafe for Control
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