Struct imgui_sys::ImGuiOnceUponAFrame
source · #[repr(C)]pub struct ImGuiOnceUponAFrame {
pub RefFrame: c_int,
}
Fields§
§RefFrame: c_int
Trait Implementations§
source§impl Clone for ImGuiOnceUponAFrame
impl Clone for ImGuiOnceUponAFrame
source§fn clone(&self) -> ImGuiOnceUponAFrame
fn clone(&self) -> ImGuiOnceUponAFrame
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 Debug for ImGuiOnceUponAFrame
impl Debug for ImGuiOnceUponAFrame
source§impl Default for ImGuiOnceUponAFrame
impl Default for ImGuiOnceUponAFrame
source§fn default() -> ImGuiOnceUponAFrame
fn default() -> ImGuiOnceUponAFrame
Returns the “default value” for a type. Read more
source§impl Hash for ImGuiOnceUponAFrame
impl Hash for ImGuiOnceUponAFrame
source§impl PartialEq<ImGuiOnceUponAFrame> for ImGuiOnceUponAFrame
impl PartialEq<ImGuiOnceUponAFrame> for ImGuiOnceUponAFrame
source§fn eq(&self, other: &ImGuiOnceUponAFrame) -> bool
fn eq(&self, other: &ImGuiOnceUponAFrame) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.