//! No-op `Architecture` implementation for unit tests.
//!//! ## License
//!//! Copyright (c) Microsoft Corporation.
//!//! SPDX-License-Identifier: Apache-2.0
//!/// No-op architecture used in unit tests.
pub(crate)structNullArch;implsuper::ArchSupport forNullArch{}implsuper::Interrupts forNullArch{fnenable_interrupts(){}fndisable_interrupts(){}fninterrupts_enabled()->bool{false}}