Struct simics_api_sys::bindings::sobject
source · #[repr(C)]pub struct sobject {
pub isa: *mut sclass_t,
pub props: *mut proplist,
}
Expand description
Please do not access the members of this struct directly
Fields§
§isa: *mut sclass_t
§props: *mut proplist
Trait Implementations§
source§impl Ord for sobject
impl Ord for sobject
source§impl PartialOrd for sobject
impl PartialOrd for sobject
impl Copy for sobject
impl Eq for sobject
impl StructuralPartialEq for sobject
Auto Trait Implementations§
impl Freeze for sobject
impl RefUnwindSafe for sobject
impl !Send for sobject
impl !Sync for sobject
impl Unpin for sobject
impl UnwindSafe for sobject
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
)