#[repr(C)]pub struct ImGuiOnceUponAFrame {
pub ref_frame: c_int,
}
Fields§
§ref_frame: c_int
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