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