#[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§impl Default for ImGuiOnceUponAFrame
impl Default for ImGuiOnceUponAFrame
impl Copy 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