Struct simics_api_sys::bindings::conf_object
source · #[repr(C)]pub struct conf_object {
pub sobj: sobject_t,
pub instance_data: *mut c_void,
pub log: *mut log_info,
pub conf: *mut confdata,
pub extension_data: *mut extension_data,
pub thread_domain: *mut thread_domain,
pub reserved: [*mut c_void; 3],
}
Expand description
Opaque struct - do not access members directly!
Fields§
§sobj: sobject_t
§instance_data: *mut c_void
§log: *mut log_info
§conf: *mut confdata
§extension_data: *mut extension_data
§thread_domain: *mut thread_domain
§reserved: [*mut c_void; 3]
Trait Implementations§
source§impl Clone for conf_object
impl Clone for conf_object
source§fn clone(&self) -> conf_object
fn clone(&self) -> conf_object
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 conf_object
impl Debug for conf_object
source§impl Default for conf_object
impl Default for conf_object
source§impl Hash for conf_object
impl Hash for conf_object
source§impl Ord for conf_object
impl Ord for conf_object
source§fn cmp(&self, other: &conf_object) -> Ordering
fn cmp(&self, other: &conf_object) -> 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 conf_object
impl PartialEq for conf_object
source§impl PartialOrd for conf_object
impl PartialOrd for conf_object
impl Copy for conf_object
impl Eq for conf_object
impl StructuralPartialEq for conf_object
Auto Trait Implementations§
impl Freeze for conf_object
impl RefUnwindSafe for conf_object
impl !Send for conf_object
impl !Sync for conf_object
impl Unpin for conf_object
impl UnwindSafe for conf_object
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
)