#[repr(C)]
pub union relopt_value__bindgen_ty_1 {
pub bool_val: bool,
pub int_val: c_int,
pub real_val: f64,
pub enum_val: c_int,
pub string_val: *mut c_char,
}
Fields§
§bool_val:bool
§
int_val:c_int
§
real_val:f64
§
enum_val:c_int
§
string_val:*mut c_char
Trait Implementations§
source§impl Clone for relopt_value__bindgen_ty_1
impl Clone for relopt_value__bindgen_ty_1
source§fn clone(&self) -> relopt_value__bindgen_ty_1
fn clone(&self) -> relopt_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 more