Struct cranelift_codegen_meta::cdsl::isa::TargetIsa
source · pub(crate) struct TargetIsa {
pub name: &'static str,
pub settings: SettingGroup,
}
Fields§
§name: &'static str
§settings: SettingGroup
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TargetIsa
impl Send for TargetIsa
impl Sync for TargetIsa
impl Unpin for TargetIsa
impl UnwindSafe for TargetIsa
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