pub struct ParamSet<'w, 's, T>where
T: SystemParam,{ /* private fields */ }
Implementations§
§impl<'w, 's, P0> ParamSet<'w, 's, (P0,)>where
P0: SystemParam,
impl<'w, 's, P0> ParamSet<'w, 's, (P0,)>where
P0: SystemParam,
pub fn p0<'a>(
&'a mut self
) -> <<P0 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
§impl<'w, 's, P0, P1> ParamSet<'w, 's, (P0, P1)>where
P0: SystemParam,
P1: SystemParam,
impl<'w, 's, P0, P1> ParamSet<'w, 's, (P0, P1)>where
P0: SystemParam,
P1: SystemParam,
pub fn p0<'a>(
&'a mut self
) -> <<P0 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p1<'a>(
&'a mut self
) -> <<P1 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
§impl<'w, 's, P0, P1, P2> ParamSet<'w, 's, (P0, P1, P2)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
impl<'w, 's, P0, P1, P2> ParamSet<'w, 's, (P0, P1, P2)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
pub fn p0<'a>(
&'a mut self
) -> <<P0 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p1<'a>(
&'a mut self
) -> <<P1 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p2<'a>(
&'a mut self
) -> <<P2 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
§impl<'w, 's, P0, P1, P2, P3> ParamSet<'w, 's, (P0, P1, P2, P3)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
impl<'w, 's, P0, P1, P2, P3> ParamSet<'w, 's, (P0, P1, P2, P3)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
pub fn p0<'a>(
&'a mut self
) -> <<P0 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p1<'a>(
&'a mut self
) -> <<P1 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p2<'a>(
&'a mut self
) -> <<P2 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p3<'a>(
&'a mut self
) -> <<P3 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
§impl<'w, 's, P0, P1, P2, P3, P4> ParamSet<'w, 's, (P0, P1, P2, P3, P4)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
impl<'w, 's, P0, P1, P2, P3, P4> ParamSet<'w, 's, (P0, P1, P2, P3, P4)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
pub fn p0<'a>(
&'a mut self
) -> <<P0 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p1<'a>(
&'a mut self
) -> <<P1 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p2<'a>(
&'a mut self
) -> <<P2 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p3<'a>(
&'a mut self
) -> <<P3 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p4<'a>(
&'a mut self
) -> <<P4 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
§impl<'w, 's, P0, P1, P2, P3, P4, P5> ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
impl<'w, 's, P0, P1, P2, P3, P4, P5> ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
pub fn p0<'a>(
&'a mut self
) -> <<P0 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p1<'a>(
&'a mut self
) -> <<P1 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p2<'a>(
&'a mut self
) -> <<P2 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p3<'a>(
&'a mut self
) -> <<P3 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p4<'a>(
&'a mut self
) -> <<P4 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p5<'a>(
&'a mut self
) -> <<P5 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
§impl<'w, 's, P0, P1, P2, P3, P4, P5, P6> ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5, P6)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
P6: SystemParam,
impl<'w, 's, P0, P1, P2, P3, P4, P5, P6> ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5, P6)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
P6: SystemParam,
pub fn p0<'a>(
&'a mut self
) -> <<P0 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p1<'a>(
&'a mut self
) -> <<P1 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p2<'a>(
&'a mut self
) -> <<P2 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p3<'a>(
&'a mut self
) -> <<P3 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p4<'a>(
&'a mut self
) -> <<P4 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p5<'a>(
&'a mut self
) -> <<P5 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p6<'a>(
&'a mut self
) -> <<P6 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
§impl<'w, 's, P0, P1, P2, P3, P4, P5, P6, P7> ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5, P6, P7)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
P6: SystemParam,
P7: SystemParam,
impl<'w, 's, P0, P1, P2, P3, P4, P5, P6, P7> ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5, P6, P7)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
P6: SystemParam,
P7: SystemParam,
pub fn p0<'a>(
&'a mut self
) -> <<P0 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p1<'a>(
&'a mut self
) -> <<P1 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p2<'a>(
&'a mut self
) -> <<P2 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p3<'a>(
&'a mut self
) -> <<P3 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p4<'a>(
&'a mut self
) -> <<P4 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p5<'a>(
&'a mut self
) -> <<P5 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p6<'a>(
&'a mut self
) -> <<P6 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
pub fn p7<'a>(
&'a mut self
) -> <<P7 as SystemParam>::Fetch as SystemParamFetch<'a, 'a>>::Item
Trait Implementations§
§impl<'w, 's, P0, P1, P2, P3, P4, P5, P6, P7> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5, P6, P7)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
P6: SystemParam,
P7: SystemParam,
impl<'w, 's, P0, P1, P2, P3, P4, P5, P6, P7> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5, P6, P7)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
P6: SystemParam,
P7: SystemParam,
type Fetch = ParamSetState<(<P0 as SystemParam>::Fetch, <P1 as SystemParam>::Fetch, <P2 as SystemParam>::Fetch, <P3 as SystemParam>::Fetch, <P4 as SystemParam>::Fetch, <P5 as SystemParam>::Fetch, <P6 as SystemParam>::Fetch, <P7 as SystemParam>::Fetch)>
§impl<'w, 's, P0, P1, P2, P3, P4, P5, P6> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5, P6)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
P6: SystemParam,
impl<'w, 's, P0, P1, P2, P3, P4, P5, P6> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5, P6)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
P6: SystemParam,
type Fetch = ParamSetState<(<P0 as SystemParam>::Fetch, <P1 as SystemParam>::Fetch, <P2 as SystemParam>::Fetch, <P3 as SystemParam>::Fetch, <P4 as SystemParam>::Fetch, <P5 as SystemParam>::Fetch, <P6 as SystemParam>::Fetch)>
§impl<'w, 's, P0, P1, P2, P3, P4, P5> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
impl<'w, 's, P0, P1, P2, P3, P4, P5> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3, P4, P5)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
P5: SystemParam,
type Fetch = ParamSetState<(<P0 as SystemParam>::Fetch, <P1 as SystemParam>::Fetch, <P2 as SystemParam>::Fetch, <P3 as SystemParam>::Fetch, <P4 as SystemParam>::Fetch, <P5 as SystemParam>::Fetch)>
§impl<'w, 's, P0, P1, P2, P3, P4> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3, P4)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
impl<'w, 's, P0, P1, P2, P3, P4> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3, P4)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
P4: SystemParam,
type Fetch = ParamSetState<(<P0 as SystemParam>::Fetch, <P1 as SystemParam>::Fetch, <P2 as SystemParam>::Fetch, <P3 as SystemParam>::Fetch, <P4 as SystemParam>::Fetch)>
§impl<'w, 's, P0, P1, P2, P3> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
impl<'w, 's, P0, P1, P2, P3> SystemParam for ParamSet<'w, 's, (P0, P1, P2, P3)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
P3: SystemParam,
type Fetch = ParamSetState<(<P0 as SystemParam>::Fetch, <P1 as SystemParam>::Fetch, <P2 as SystemParam>::Fetch, <P3 as SystemParam>::Fetch)>
§impl<'w, 's, P0, P1, P2> SystemParam for ParamSet<'w, 's, (P0, P1, P2)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
impl<'w, 's, P0, P1, P2> SystemParam for ParamSet<'w, 's, (P0, P1, P2)>where
P0: SystemParam,
P1: SystemParam,
P2: SystemParam,
type Fetch = ParamSetState<(<P0 as SystemParam>::Fetch, <P1 as SystemParam>::Fetch, <P2 as SystemParam>::Fetch)>
§impl<'w, 's, P0, P1> SystemParam for ParamSet<'w, 's, (P0, P1)>where
P0: SystemParam,
P1: SystemParam,
impl<'w, 's, P0, P1> SystemParam for ParamSet<'w, 's, (P0, P1)>where
P0: SystemParam,
P1: SystemParam,
type Fetch = ParamSetState<(<P0 as SystemParam>::Fetch, <P1 as SystemParam>::Fetch)>
§impl<'w, 's, P0> SystemParam for ParamSet<'w, 's, (P0,)>where
P0: SystemParam,
impl<'w, 's, P0> SystemParam for ParamSet<'w, 's, (P0,)>where
P0: SystemParam,
type Fetch = ParamSetState<(<P0 as SystemParam>::Fetch,)>
Auto Trait Implementations§
impl<'w, 's, T> !RefUnwindSafe for ParamSet<'w, 's, T>
impl<'w, 's, T> Send for ParamSet<'w, 's, T>
impl<'w, 's, T> Sync for ParamSet<'w, 's, T>
impl<'w, 's, T> Unpin for ParamSet<'w, 's, T>
impl<'w, 's, T> !UnwindSafe for ParamSet<'w, 's, T>
Blanket Implementations§
§impl<T, U> AsBindGroupShaderType<U> for Twhere
U: ShaderType,
&'a T: for<'a> Into<U>,
impl<T, U> AsBindGroupShaderType<U> for Twhere
U: ShaderType,
&'a T: for<'a> Into<U>,
§fn as_bind_group_shader_type(&self, _images: &RenderAssets<Image>) -> U
fn as_bind_group_shader_type(&self, _images: &RenderAssets<Image>) -> U
Return the
T
ShaderType
for self
. When used in AsBindGroup
derives, it is safe to assume that all images in self
exist. Read more§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
Convert
Box<dyn Trait>
(where Trait: Downcast
) to Box<dyn Any>
. Box<dyn Any>
can
then be further downcast
into Box<ConcreteType>
where ConcreteType
implements Trait
. Read more§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
Convert
Rc<Trait>
(where Trait: Downcast
) to Rc<Any>
. Rc<Any>
can then be
further downcast
into Rc<ConcreteType>
where ConcreteType
implements Trait
. Read more§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Convert
&Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &Any
’s vtable from &Trait
’s. Read more§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Convert
&mut Trait
(where Trait: Downcast
) to &Any
. This is needed since Rust cannot
generate &mut Any
’s vtable from &mut Trait
’s. Read more