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