pub struct KnobRow {
pub label: Option<&'static str>,
pub knobs: Vec<KnobDef>,
}Expand description
A row of widgets with an optional section label.
Fields§
§label: Option<&'static str>§knobs: Vec<KnobDef>Trait Implementations§
Auto Trait Implementations§
impl Freeze for KnobRow
impl RefUnwindSafe for KnobRow
impl Send for KnobRow
impl Sync for KnobRow
impl Unpin for KnobRow
impl UnsafeUnpin for KnobRow
impl UnwindSafe for KnobRow
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