pub(crate) struct TargetIsa {
pub name: &'static str,
pub settings: SettingGroup,
}Fields§
§name: &'static str§settings: SettingGroupImplementations§
Auto Trait Implementations§
impl Freeze for TargetIsa
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