Union ntcore_sys::NT_Value__bindgen_ty_1 [] [src]

#[repr(C)]
pub union NT_Value__bindgen_ty_1 { pub v_boolean: NT_Bool, pub v_double: f64, pub v_string: NT_String, pub v_raw: NT_String, pub arr_boolean: NT_Value__bindgen_ty_1__bindgen_ty_1, pub arr_double: NT_Value__bindgen_ty_1__bindgen_ty_2, pub arr_string: NT_Value__bindgen_ty_1__bindgen_ty_3, // some fields omitted }

Fields

v_boolean: NT_Bool v_double: f64 v_string: NT_String v_raw: NT_String arr_boolean: NT_Value__bindgen_ty_1__bindgen_ty_1 arr_double: NT_Value__bindgen_ty_1__bindgen_ty_2 arr_string: NT_Value__bindgen_ty_1__bindgen_ty_3

Trait Implementations

impl Copy for NT_Value__bindgen_ty_1
[src]

impl Clone for NT_Value__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations