Struct simics_api_sys::bindings::arm_avic
source · #[repr(C)]pub struct arm_avic {
pub valid: c_int,
pub address: uint32,
}
Expand description
The
The processor calls
Fields§
§valid: c_int
§address: uint32
Trait Implementations§
source§impl Ord for arm_avic
impl Ord for arm_avic
source§impl PartialOrd for arm_avic
impl PartialOrd for arm_avic
impl Copy for arm_avic
impl Eq for arm_avic
impl StructuralPartialEq for arm_avic
Auto Trait Implementations§
impl Freeze for arm_avic
impl RefUnwindSafe for arm_avic
impl Send for arm_avic
impl Sync for arm_avic
impl Unpin for arm_avic
impl UnwindSafe for arm_avic
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)