Struct simics_api_sys::nios_eic_interface
source · #[repr(C)]pub struct nios_eic_interface {
pub handler: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> logical_address_t>,
pub level: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> uint32>,
pub reg_set: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> uint32>,
pub nmi: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> bool>,
pub handled: Option<unsafe extern "C" fn(obj: *mut conf_object_t)>,
}
Fields§
§handler: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> logical_address_t>
§level: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> uint32>
§reg_set: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> uint32>
§nmi: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> bool>
§handled: Option<unsafe extern "C" fn(obj: *mut conf_object_t)>
Trait Implementations§
source§impl Clone for nios_eic_interface
impl Clone for nios_eic_interface
source§fn clone(&self) -> nios_eic_interface
fn clone(&self) -> nios_eic_interface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for nios_eic_interface
impl Debug for nios_eic_interface
source§impl Default for nios_eic_interface
impl Default for nios_eic_interface
source§fn default() -> nios_eic_interface
fn default() -> nios_eic_interface
Returns the “default value” for a type. Read more
source§impl Hash for nios_eic_interface
impl Hash for nios_eic_interface
source§impl Ord for nios_eic_interface
impl Ord for nios_eic_interface
source§fn cmp(&self, other: &nios_eic_interface) -> Ordering
fn cmp(&self, other: &nios_eic_interface) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for nios_eic_interface
impl PartialEq for nios_eic_interface
source§impl PartialOrd for nios_eic_interface
impl PartialOrd for nios_eic_interface
impl Copy for nios_eic_interface
impl Eq for nios_eic_interface
impl StructuralPartialEq for nios_eic_interface
Auto Trait Implementations§
impl Freeze for nios_eic_interface
impl RefUnwindSafe for nios_eic_interface
impl Send for nios_eic_interface
impl Sync for nios_eic_interface
impl Unpin for nios_eic_interface
impl UnwindSafe for nios_eic_interface
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
)