Struct cranelift_codegen_meta::cdsl::settings::SettingGroup
source · 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 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