Struct simics_api_sys::prop_desc_t
source · #[repr(C)]pub struct prop_desc_t {
pub abi_version: c_uint,
pub name: *const c_char,
pub free_data: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
}
Fields§
§abi_version: c_uint
The version of the struct used
name: *const c_char
for debugging purposes
free_data: Option<unsafe extern "C" fn(arg1: *mut c_void)>
Trait Implementations§
source§impl Clone for prop_desc_t
impl Clone for prop_desc_t
source§fn clone(&self) -> prop_desc_t
fn clone(&self) -> prop_desc_t
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 prop_desc_t
impl Debug for prop_desc_t
source§impl Default for prop_desc_t
impl Default for prop_desc_t
source§impl Hash for prop_desc_t
impl Hash for prop_desc_t
source§impl Ord for prop_desc_t
impl Ord for prop_desc_t
source§fn cmp(&self, other: &prop_desc_t) -> Ordering
fn cmp(&self, other: &prop_desc_t) -> 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 prop_desc_t
impl PartialEq for prop_desc_t
source§impl PartialOrd for prop_desc_t
impl PartialOrd for prop_desc_t
impl Copy for prop_desc_t
impl Eq for prop_desc_t
impl StructuralPartialEq for prop_desc_t
Auto Trait Implementations§
impl Freeze for prop_desc_t
impl RefUnwindSafe for prop_desc_t
impl !Send for prop_desc_t
impl !Sync for prop_desc_t
impl Unpin for prop_desc_t
impl UnwindSafe for prop_desc_t
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
)