#[repr(C)]
pub union ImGuiStoragePair__bindgen_ty_1 {
pub val_i: c_int,
pub val_f: f32,
pub val_p: *mut c_void,
}
Fields§
§val_i: c_int
§val_f: f32
§val_p: *mut c_void
Trait Implementations§
source§impl Clone for ImGuiStoragePair__bindgen_ty_1
impl Clone for ImGuiStoragePair__bindgen_ty_1
source§fn clone(&self) -> ImGuiStoragePair__bindgen_ty_1
fn clone(&self) -> ImGuiStoragePair__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