Struct imgui_sys::ImGuiStoragePair
source · #[repr(C)]pub struct ImGuiStoragePair {
pub key: ImGuiID,
pub __bindgen_anon_1: ImGuiStoragePair__bindgen_ty_1,
}
Fields§
§key: ImGuiID
§__bindgen_anon_1: ImGuiStoragePair__bindgen_ty_1
Trait Implementations§
source§impl Clone for ImGuiStoragePair
impl Clone for ImGuiStoragePair
source§fn clone(&self) -> ImGuiStoragePair
fn clone(&self) -> ImGuiStoragePair
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