Struct rin_material::texture::TextureRef [−][src]
pub struct TextureRef { /* fields omitted */ }Trait Implementations
impl Clone for TextureRef[src]
impl Clone for TextureRef[src]fn clone(&self) -> TextureRef[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Component for TextureRef[src]
impl Component for TextureRef[src]impl<'a> DebugParameter for TextureRef[src]
impl<'a> DebugParameter for TextureRef[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 TextureRef[src]
impl<'de> Deserialize<'de> for TextureRef[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl From<TextureRef> for TextureSampler[src]
impl From<TextureRef> for TextureSampler[src]fn from(texture: TextureRef) -> TextureSampler[src]
impl From<TextureRef> for Option<TextureSampler>[src]
impl From<TextureRef> for Option<TextureSampler>[src]fn from(texture: TextureRef) -> Option<TextureSampler>[src]
impl Hash for TextureRef[src]
impl Hash for TextureRef[src]impl Key for TextureRef[src]
impl Key for TextureRef[src]fn to_usize(self) -> usize[src]
fn from_usize(id: usize) -> TextureRef[src]
impl Ord for TextureRef[src]
impl Ord for TextureRef[src]impl PartialEq<TextureRef> for TextureRef[src]
impl PartialEq<TextureRef> for TextureRef[src]fn eq(&self, other: &TextureRef) -> bool[src]
fn ne(&self, other: &TextureRef) -> bool[src]
impl PartialOrd<TextureRef> for TextureRef[src]
impl PartialOrd<TextureRef> for TextureRef[src]impl Serialize for TextureRef[src]
impl Serialize for TextureRef[src]impl Copy for TextureRef[src]
impl Eq for TextureRef[src]
impl StructuralEq for TextureRef[src]
impl StructuralPartialEq for TextureRef[src]
Auto Trait Implementations
impl RefUnwindSafe for TextureRef
impl Send for TextureRef
impl Sync for TextureRef
impl Unpin for TextureRef
impl UnwindSafe for TextureRef
Blanket Implementations
impl<T> CallHasher for T where
T: Hash, [src]
impl<T> CallHasher for T where
T: Hash, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[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>,