Struct rin_scene::light::SpotLightMatrices [−][src]
pub struct SpotLightMatrices { /* fields omitted */ }
Implementations
impl SpotLightMatrices
[src]
impl SpotLightMatrices
[src]pub fn projection(&self) -> &Mat4
[src]
pub fn view(&self) -> &Mat4
[src]
pub fn projection_view(&self) -> &Mat4
[src]
Trait Implementations
impl Clone for SpotLightMatrices
[src]
impl Clone for SpotLightMatrices
[src]fn clone(&self) -> SpotLightMatrices
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Component for SpotLightMatrices
[src]
impl Component for SpotLightMatrices
[src]type Storage = DenseOneToNVec<SpotLightMatrices>
type MutStorageCacheGuard = ()
fn type_name() -> &'static str
[src]
fn is_reference() -> bool
[src]
pub fn id() -> TypeId
[src]
pub fn references_other(
) -> Option<Box<dyn Fn(&Storages, &Entity) + 'static, Global>>
[src]
) -> Option<Box<dyn Fn(&Storages, &Entity) + 'static, Global>>
impl<'a> DebugParameter for SpotLightMatrices
[src]
impl<'a> DebugParameter for SpotLightMatrices
[src]fn debug<S: Serializer>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
[src]
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
impl<'de> Deserialize<'de> for SpotLightMatrices
[src]
impl<'de> Deserialize<'de> for SpotLightMatrices
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl OneToNComponent for SpotLightMatrices
[src]
impl OneToNComponent for SpotLightMatrices
[src]fn slice_type_name() -> &'static str
[src]
impl Serialize for SpotLightMatrices
[src]
impl Serialize for SpotLightMatrices
[src]impl Copy for SpotLightMatrices
[src]
Auto Trait Implementations
impl RefUnwindSafe for SpotLightMatrices
impl Send for SpotLightMatrices
impl Sync for SpotLightMatrices
impl Unpin for SpotLightMatrices
impl UnwindSafe for SpotLightMatrices
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<T> Serialize for T where
T: Serialize + ?Sized,
[src]
impl<T> Serialize for T where
T: Serialize + ?Sized,
[src]pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
[src]
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<C> ComponentSend for C where
C: Component + Send,
[src]
C: Component + Send,
impl<C> ComponentThreadLocal for C where
C: Component,
[src]
C: Component,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,