pub enum KnobSize {
Small,
Medium,
Large,
}Expand description
Visual size preset for Knob.
Variants§
Small
Compact knob suited to instrument-panel rows of four-plus controls.
Medium
Default knob, readable as a primary control inside a form.
Large
Prominent knob, sized to host labeled detents around its rim.
Trait Implementations§
impl Copy for KnobSize
impl Eq for KnobSize
impl StructuralPartialEq for KnobSize
Auto Trait Implementations§
impl Freeze for KnobSize
impl RefUnwindSafe for KnobSize
impl Send for KnobSize
impl Sync for KnobSize
impl Unpin for KnobSize
impl UnsafeUnpin for KnobSize
impl UnwindSafe for KnobSize
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