Struct wutengine_core::System
source · pub struct System<F> {
pub phase: SystemPhase,
pub func: F,
}Fields§
§phase: SystemPhase§func: FTrait Implementations§
Auto Trait Implementations§
impl<F> Freeze for System<F>where
F: Freeze,
impl<F> RefUnwindSafe for System<F>where
F: RefUnwindSafe,
impl<F> Send for System<F>where
F: Send,
impl<F> Sync for System<F>where
F: Sync,
impl<F> Unpin for System<F>where
F: Unpin,
impl<F> UnwindSafe for System<F>where
F: UnwindSafe,
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