pub struct FunctionSystem<F: 'static, Params: SystemParam> { /* private fields */ }
Expand description
Wraps a system with params
Trait Implementations§
Source§impl<F, Params: SystemParam> System for FunctionSystem<F, Params>where
F: SystemParamFunction<Params>,
Implement System
for the FunctionSystem
wrapper
impl<F, Params: SystemParam> System for FunctionSystem<F, Params>where
F: SystemParamFunction<Params>,
Implement System
for the FunctionSystem
wrapper
Auto Trait Implementations§
impl<F, Params> Freeze for FunctionSystem<F, Params>where
F: Freeze,
impl<F, Params> RefUnwindSafe for FunctionSystem<F, Params>where
F: RefUnwindSafe,
Params: RefUnwindSafe,
impl<F, Params> Send for FunctionSystem<F, Params>
impl<F, Params> Sync for FunctionSystem<F, Params>
impl<F, Params> Unpin for FunctionSystem<F, Params>
impl<F, Params> UnwindSafe for FunctionSystem<F, Params>where
F: UnwindSafe,
Params: 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