pub struct Descriptor {
pub name: &'static str,
pub offset: u32,
pub detail: Detail,
}A setting descriptor holds the information needed to generically set and print a setting.
Each settings group will be represented as a constant DESCRIPTORS array.
Lower snake-case name of setting as defined in meta.
Offset of byte containing this setting.
Additional details, depending on the kind of setting.
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static