Struct arcdps_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 for ImGuiOnceUponAFrame
impl PartialEq 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 ==
.impl Copy for ImGuiOnceUponAFrame
impl Eq for ImGuiOnceUponAFrame
impl StructuralPartialEq for ImGuiOnceUponAFrame
Auto Trait Implementations§
impl Freeze for ImGuiOnceUponAFrame
impl RefUnwindSafe for ImGuiOnceUponAFrame
impl Send for ImGuiOnceUponAFrame
impl Sync for ImGuiOnceUponAFrame
impl Unpin for ImGuiOnceUponAFrame
impl UnwindSafe for ImGuiOnceUponAFrame
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more