pub struct Knob {
pub key: &'static str,
pub kind: &'static str,
pub desc: &'static str,
}Expand description
Knob metadata (0005 §6): the settings popup renders from this table; descriptions live here, never in popup code.
Fields§
§key: &'static str§kind: &'static str§desc: &'static strAuto Trait Implementations§
impl Freeze for Knob
impl RefUnwindSafe for Knob
impl Send for Knob
impl Sync for Knob
impl Unpin for Knob
impl UnsafeUnpin for Knob
impl UnwindSafe for Knob
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