#[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
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