pub(crate) struct SettingGroup {
pub name: &'static str,
pub settings: Vec<Setting>,
pub bool_start_byte_offset: u8,
pub settings_size: u8,
pub presets: Vec<Preset>,
pub predicates: Vec<Predicate>,
}
Fields§
§name: &'static str
§settings: Vec<Setting>
§bool_start_byte_offset: u8
§settings_size: u8
§presets: Vec<Preset>
§predicates: Vec<Predicate>
Implementations§
Source§impl SettingGroup
impl SettingGroup
Auto Trait Implementations§
impl Freeze for SettingGroup
impl RefUnwindSafe for SettingGroup
impl Send for SettingGroup
impl Sync for SettingGroup
impl Unpin for SettingGroup
impl UnwindSafe for SettingGroup
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