#[repr(C)]
pub union attr_value__bindgen_ty_1 {
pub string: *mut c_char,
pub integer: int64,
pub boolean: bool,
pub floating: f64,
pub list: *mut attr_value,
pub dict: *mut attr_dict_pair,
pub data: *mut uint8,
pub object: *mut conf_object,
pub py_object: *mut _object,
pub uobject: *mut c_char,
}
Fields§
§string: *mut c_char
Sim_Val_String
integer: int64
Sim_Val_Integer
boolean: bool
Sim_Val_Boolean
floating: f64
Sim_Val_Floating
list: *mut attr_value
[size]
dict: *mut attr_dict_pair
[size]
data: *mut uint8
[size]
object: *mut conf_object
Sim_Val_Object
py_object: *mut _object
A Python object, currently only pre_conf_object
uobject: *mut c_char
Sim_Val_Unresolved_Object (internal use only)
Trait Implementations§
source§impl Clone for attr_value__bindgen_ty_1
impl Clone for attr_value__bindgen_ty_1
source§fn clone(&self) -> attr_value__bindgen_ty_1
fn clone(&self) -> attr_value__bindgen_ty_1
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__bindgen_ty_1
impl Default for attr_value__bindgen_ty_1
impl Copy for attr_value__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for attr_value__bindgen_ty_1
impl RefUnwindSafe for attr_value__bindgen_ty_1
impl !Send for attr_value__bindgen_ty_1
impl !Sync for attr_value__bindgen_ty_1
impl Unpin for attr_value__bindgen_ty_1
impl UnwindSafe for attr_value__bindgen_ty_1
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
)