Struct simics_api_sys::bindings::ht_entry_common
source · #[repr(C)]pub struct ht_entry_common {
pub value: *const c_void,
pub next: *mut ht_entry_common,
pub key: ht_key_t,
pub hash: c_uint,
}
Fields§
§value: *const c_void
§next: *mut ht_entry_common
§key: ht_key_t
§hash: c_uint
raw hash value
Trait Implementations§
source§impl Clone for ht_entry_common
impl Clone for ht_entry_common
source§fn clone(&self) -> ht_entry_common
fn clone(&self) -> ht_entry_common
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 Default for ht_entry_common
impl Default for ht_entry_common
impl Copy for ht_entry_common
Auto Trait Implementations§
impl Freeze for ht_entry_common
impl RefUnwindSafe for ht_entry_common
impl !Send for ht_entry_common
impl !Sync for ht_entry_common
impl Unpin for ht_entry_common
impl UnwindSafe for ht_entry_common
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
)