[−][src]Struct mutiny::material::texture::SamplerRef
Trait Implementations
impl PartialOrd<SamplerRef> for SamplerRef
[src]
impl PartialOrd<SamplerRef> for SamplerRef
fn partial_cmp(&self, other: &SamplerRef) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &SamplerRef) -> Option<Ordering>
fn lt(&self, other: &SamplerRef) -> bool
[src]
fn lt(&self, other: &SamplerRef) -> bool
fn le(&self, other: &SamplerRef) -> bool
[src]
fn le(&self, other: &SamplerRef) -> bool
fn gt(&self, other: &SamplerRef) -> bool
[src]
fn gt(&self, other: &SamplerRef) -> bool
fn ge(&self, other: &SamplerRef) -> bool
[src]
fn ge(&self, other: &SamplerRef) -> bool
impl Ord for SamplerRef
[src]
impl Ord for SamplerRef
fn cmp(&self, other: &SamplerRef) -> Ordering
[src]
fn cmp(&self, other: &SamplerRef) -> Ordering
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
1.21.0
[src]Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
1.21.0
[src]Compares and returns the minimum of two values. Read more
impl PartialEq<SamplerRef> for SamplerRef
[src]
impl PartialEq<SamplerRef> for SamplerRef
fn eq(&self, other: &SamplerRef) -> bool
[src]
fn eq(&self, other: &SamplerRef) -> bool
fn ne(&self, other: &SamplerRef) -> bool
[src]
fn ne(&self, other: &SamplerRef) -> bool
impl Clone for SamplerRef
[src]
impl Clone for SamplerRef
fn clone(&self) -> SamplerRef
[src]
fn clone(&self) -> SamplerRef
fn 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 SamplerRef
[src]
impl Copy for SamplerRef
impl Eq for SamplerRef
[src]
impl Eq for SamplerRef
impl Debug for SamplerRef
[src]
impl Debug for SamplerRef
impl Hash for SamplerRef
[src]
impl Hash for SamplerRef
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Index<SamplerRef> for TexturesPool
[src]
impl Index<SamplerRef> for TexturesPool
type Output = Sampler
The returned type after indexing.
fn index(&self, samplerref: SamplerRef) -> &Sampler
[src]
fn index(&self, samplerref: SamplerRef) -> &Sampler
impl IndexMut<SamplerRef> for TexturesPool
[src]
impl IndexMut<SamplerRef> for TexturesPool
fn index_mut(&mut self, samplerref: SamplerRef) -> &mut Sampler
[src]
fn index_mut(&mut self, samplerref: SamplerRef) -> &mut Sampler
impl Component for SamplerRef
[src]
impl Component for SamplerRef
impl<'a> DebugParameter for SamplerRef
[src]
impl<'a> DebugParameter for SamplerRef
fn 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 Serialize for SamplerRef
[src]
impl Serialize for SamplerRef
fn 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 SamplerRef
[src]
impl<'de> Deserialize<'de> for SamplerRef
fn 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 SamplerRef
[src]
impl Key for SamplerRef
fn to_usize(self) -> usize
[src]
fn to_usize(self) -> usize
fn from_usize(id: usize) -> SamplerRef
[src]
fn from_usize(id: usize) -> SamplerRef
Auto Trait Implementations
impl Send for SamplerRef
impl Send for SamplerRef
impl Sync for SamplerRef
impl Sync for SamplerRef
Blanket 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 T
impl<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) -> TypeId
impl<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 T
impl<C> ComponentSend for C where
C: Component + Send,
[src]
impl<C> ComponentSend for C where
C: Component + Send,
impl<C> ComponentThreadLocal for C where
C: Component,
[src]
impl<C> ComponentThreadLocal for C where
C: Component,
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) -> TypeId
impl<T> SetParameter for T
[src]
impl<T> SetParameter for T
fn 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 T
type 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) -> bool
unsafe fn to_subset_unchecked(&self) -> SS
[src]
unsafe fn to_subset_unchecked(&self) -> SS
fn from_subset(element: &SS) -> SP
[src]
fn from_subset(element: &SS) -> SP
impl<V> IntoVec for V
[src]
impl<V> IntoVec for V
impl<V> IntoPnt for V
[src]
impl<V> IntoPnt for V
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<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>