Union simics_api_sys::ht_key_t
source · #[repr(C)]
pub union ht_key_t {
pub i: uint64,
pub s: *const c_char,
}
Expand description
All the structs below are INTERNAL and should not be used directly.
Fields§
§i: uint64
§s: *const c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ht_key_t
impl RefUnwindSafe for ht_key_t
impl !Send for ht_key_t
impl !Sync for ht_key_t
impl Unpin for ht_key_t
impl UnwindSafe for ht_key_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
)