[−][src]Struct mutiny::material::MaterialRef
Trait Implementations
impl PartialOrd<MaterialRef> for MaterialRef[src]
impl PartialOrd<MaterialRef> for MaterialReffn partial_cmp(&self, other: &MaterialRef) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &MaterialRef) -> Option<Ordering>fn lt(&self, other: &MaterialRef) -> bool[src]
fn lt(&self, other: &MaterialRef) -> boolfn le(&self, other: &MaterialRef) -> bool[src]
fn le(&self, other: &MaterialRef) -> boolfn gt(&self, other: &MaterialRef) -> bool[src]
fn gt(&self, other: &MaterialRef) -> boolfn ge(&self, other: &MaterialRef) -> bool[src]
fn ge(&self, other: &MaterialRef) -> boolimpl Ord for MaterialRef[src]
impl Ord for MaterialReffn cmp(&self, other: &MaterialRef) -> Ordering[src]
fn cmp(&self, other: &MaterialRef) -> Orderingfn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> Self1.21.0
[src]Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> Self1.21.0
[src]Compares and returns the minimum of two values. Read more
impl PartialEq<MaterialRef> for MaterialRef[src]
impl PartialEq<MaterialRef> for MaterialReffn eq(&self, other: &MaterialRef) -> bool[src]
fn eq(&self, other: &MaterialRef) -> boolfn ne(&self, other: &MaterialRef) -> bool[src]
fn ne(&self, other: &MaterialRef) -> boolimpl Clone for MaterialRef[src]
impl Clone for MaterialReffn clone(&self) -> MaterialRef[src]
fn clone(&self) -> MaterialReffn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for MaterialRef[src]
impl Copy for MaterialRefimpl Eq for MaterialRef[src]
impl Eq for MaterialRefimpl Debug for MaterialRef[src]
impl Debug for MaterialRefimpl Index<MaterialRef> for MaterialPool[src]
impl Index<MaterialRef> for MaterialPooltype Output = Box<dyn Material>
The returned type after indexing.
fn index(&self, index: MaterialRef) -> &Box<dyn Material>[src]
fn index(&self, index: MaterialRef) -> &Box<dyn Material>impl Index<MaterialRef> for MaterialCache[src]
impl Index<MaterialRef> for MaterialCachetype Output = MaterialData
The returned type after indexing.
fn index(&self, materialref: MaterialRef) -> &MaterialData[src]
fn index(&self, materialref: MaterialRef) -> &MaterialDataimpl IndexMut<MaterialRef> for MaterialPool[src]
impl IndexMut<MaterialRef> for MaterialPoolfn index_mut(&mut self, index: MaterialRef) -> &mut Box<dyn Material>[src]
fn index_mut(&mut self, index: MaterialRef) -> &mut Box<dyn Material>impl IndexMut<MaterialRef> for MaterialCache[src]
impl IndexMut<MaterialRef> for MaterialCachefn index_mut(&mut self, materialref: MaterialRef) -> &mut MaterialData[src]
fn index_mut(&mut self, materialref: MaterialRef) -> &mut MaterialDataimpl Component for MaterialRef[src]
impl Component for MaterialReftype Storage = DenseOneToNVec<MaterialRef>
fn type_name() -> &'static str[src]
fn type_name() -> &'static strfn id() -> TypeId[src]
fn id() -> TypeIdimpl<'a> DebugParameter for MaterialRef[src]
impl<'a> DebugParameter for MaterialReffn debug<S: Serializer>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>[src]
fn debug<S: Serializer>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>impl OneToNComponent for MaterialRef[src]
impl OneToNComponent for MaterialReffn slice_type_name() -> &'static str[src]
fn slice_type_name() -> &'static strimpl Serialize for MaterialRef[src]
impl Serialize for MaterialReffn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, impl<'de> Deserialize<'de> for MaterialRef[src]
impl<'de> Deserialize<'de> for MaterialReffn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, impl Key for MaterialRef[src]
impl Key for MaterialReffn to_usize(self) -> usize[src]
fn to_usize(self) -> usizefn from_usize(id: usize) -> MaterialRef[src]
fn from_usize(id: usize) -> MaterialRefAuto Trait Implementations
impl Send for MaterialRef
impl Send for MaterialRefimpl Sync for MaterialRef
impl Sync for MaterialRefBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<C> ComponentSend for C where
C: Component + Send, [src]
impl<C> ComponentSend for C where
C: Component + Send, impl<C> OneToNComponentSend for C where
C: OneToNComponent + Send,
<C as Component>::Storage: OneToNStorage<'a, C>, [src]
impl<C> OneToNComponentSend for C where
C: OneToNComponent + Send,
<C as Component>::Storage: OneToNStorage<'a, C>, impl<C> ComponentThreadLocal for C where
C: Component, [src]
impl<C> ComponentThreadLocal for C where
C: Component, impl<C> OneToNComponentThreadLocal for C where
C: OneToNComponent,
<C as Component>::Storage: OneToNStorage<'a, C>, [src]
impl<C> OneToNComponentThreadLocal for C where
C: OneToNComponent,
<C as Component>::Storage: OneToNStorage<'a, C>, impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, impl<T> Serialize for T where
T: Serialize + ?Sized, [src]
impl<T> Serialize for T where
T: Serialize + ?Sized, fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<Ok, Error>[src]
fn erased_serialize(&self, serializer: &mut dyn Serializer) -> Result<Ok, Error>impl<T> Any for T where
T: Any, [src]
impl<T> Any for T where
T: Any, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T> SetParameter for T[src]
impl<T> SetParameter for Tfn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>, [src]
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>, Sets value as a parameter of self.
impl<T> Scalar for T where
T: Copy + PartialEq<T> + Any + Debug, [src]
impl<T> Scalar for T where
T: Copy + PartialEq<T> + Any + Debug, impl<T> Same for T[src]
impl<T> Same for Ttype Output = T
Should always be Self
impl<SS, SP> SupersetOf for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf for SP where
SS: SubsetOf<SP>, fn to_subset(&self) -> Option<SS>[src]
fn to_subset(&self) -> Option<SS>fn is_in_subset(&self) -> bool[src]
fn is_in_subset(&self) -> boolunsafe fn to_subset_unchecked(&self) -> SS[src]
unsafe fn to_subset_unchecked(&self) -> SSfn from_subset(element: &SS) -> SP[src]
fn from_subset(element: &SS) -> SPimpl<V> IntoVec for V[src]
impl<V> IntoVec for Vimpl<V> IntoPnt for V[src]
impl<V> IntoPnt for Vimpl<T> IntoPnt for T where
T: Scalar, [src]
impl<T> IntoPnt for T where
T: Scalar, impl<T> IntoPnt for T where
T: Scalar, [src]
impl<T> IntoPnt for T where
T: Scalar, impl<T> IntoPnt for T where
T: Scalar, [src]
impl<T> IntoPnt for T where
T: Scalar, impl<B, P> IntoControlBuilder for P where
B: BuilderFromProperty<P>, [src]
impl<B, P> IntoControlBuilder for P where
B: BuilderFromProperty<P>, fn into_builder<S>(self, name: &str, events: S) -> B where
S: Stream<'static, Event>, [src]
fn into_builder<S>(self, name: &str, events: S) -> B where
S: Stream<'static, Event>, impl<T, U> IntoDuration for T where
U: FromDuration<T>, [src]
impl<T, U> IntoDuration for T where
U: FromDuration<T>, type Error = <U as FromDuration<T>>::Error
fn into_duration(self) -> Result<U, <U as FromDuration<T>>::Error>[src]
fn into_duration(self) -> Result<U, <U as FromDuration<T>>::Error>