Struct simics_api_sys::bindings::mips_ite_interface
source · #[repr(C)]pub struct mips_ite_interface {
pub set_dtag_lo: Option<unsafe extern "C" fn(obj: *mut conf_object_t, value: uint32)>,
pub get_dtag_lo: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> uint32>,
pub get_errctl: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> uint32>,
pub block_tc: Option<unsafe extern "C" fn(obj: *mut conf_object_t)>,
pub gated_exception: Option<unsafe extern "C" fn(obj: *mut conf_object_t)>,
pub current_tc_num: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> c_int>,
pub unblock_tc: Option<unsafe extern "C" fn(obj: *mut conf_object_t, tc_num: c_int)>,
pub is_big_endian: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> bool>,
}
Fields§
§set_dtag_lo: Option<unsafe extern "C" fn(obj: *mut conf_object_t, value: uint32)>
§get_dtag_lo: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> uint32>
§get_errctl: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> uint32>
§block_tc: Option<unsafe extern "C" fn(obj: *mut conf_object_t)>
§gated_exception: Option<unsafe extern "C" fn(obj: *mut conf_object_t)>
§current_tc_num: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> c_int>
§unblock_tc: Option<unsafe extern "C" fn(obj: *mut conf_object_t, tc_num: c_int)>
§is_big_endian: Option<unsafe extern "C" fn(obj: *mut conf_object_t) -> bool>
Trait Implementations§
source§impl Clone for mips_ite_interface
impl Clone for mips_ite_interface
source§fn clone(&self) -> mips_ite_interface
fn clone(&self) -> mips_ite_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 mips_ite_interface
impl Debug for mips_ite_interface
source§impl Default for mips_ite_interface
impl Default for mips_ite_interface
source§fn default() -> mips_ite_interface
fn default() -> mips_ite_interface
Returns the “default value” for a type. Read more
source§impl Hash for mips_ite_interface
impl Hash for mips_ite_interface
source§impl Ord for mips_ite_interface
impl Ord for mips_ite_interface
source§fn cmp(&self, other: &mips_ite_interface) -> Ordering
fn cmp(&self, other: &mips_ite_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 mips_ite_interface
impl PartialEq for mips_ite_interface
source§impl PartialOrd for mips_ite_interface
impl PartialOrd for mips_ite_interface
impl Copy for mips_ite_interface
impl Eq for mips_ite_interface
impl StructuralPartialEq for mips_ite_interface
Auto Trait Implementations§
impl Freeze for mips_ite_interface
impl RefUnwindSafe for mips_ite_interface
impl Send for mips_ite_interface
impl Sync for mips_ite_interface
impl Unpin for mips_ite_interface
impl UnwindSafe for mips_ite_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
)