pub struct Engine { /* private fields */ }Implementationsยง
Sourceยงimpl Engine
impl Engine
Sourcepub fn run<F: 'static + Fn(FrameContext<'_>, &mut ResourceManager)>(self, u: F)
pub fn run<F: 'static + Fn(FrameContext<'_>, &mut ResourceManager)>(self, u: F)
Sourcepub fn ui<T: 'static + Fn(&Context, &mut ResourceManager)>(self, ui: T) -> Self
pub fn ui<T: 'static + Fn(&Context, &mut ResourceManager)>(self, ui: T) -> Self
Auto Trait Implementationsยง
impl !Freeze for Engine
impl !RefUnwindSafe for Engine
impl !Send for Engine
impl !Sync for Engine
impl Unpin for Engine
impl !UnwindSafe for Engine
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