Struct gfx::handle::Sampler [−][src]
Sampler Handle
Implementations
impl<R> Sampler<R> where
R: Resources,
[src]
R: Resources,
pub fn get_info(&self) -> &SamplerInfo
[src]
Get sampler info
Trait Implementations
impl<R> Clone for Sampler<R> where
R: Clone + Resources,
<R as Resources>::Sampler: Clone,
[src]
R: Clone + Resources,
<R as Resources>::Sampler: Clone,
impl<R> Debug for Sampler<R> where
R: Debug + Resources,
<R as Resources>::Sampler: Debug,
[src]
R: Debug + Resources,
<R as Resources>::Sampler: Debug,
impl<R> Eq for Sampler<R> where
R: Eq + Resources,
<R as Resources>::Sampler: Eq,
[src]
R: Eq + Resources,
<R as Resources>::Sampler: Eq,
impl<R> Hash for Sampler<R> where
R: Hash + Resources,
<R as Resources>::Sampler: Hash,
[src]
R: Hash + Resources,
<R as Resources>::Sampler: Hash,
pub fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
__H: Hasher,
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<R> PartialEq<Sampler<R>> for Sampler<R> where
R: PartialEq<R> + Resources,
<R as Resources>::Sampler: PartialEq<<R as Resources>::Sampler>,
[src]
R: PartialEq<R> + Resources,
<R as Resources>::Sampler: PartialEq<<R as Resources>::Sampler>,
impl<R> StructuralEq for Sampler<R> where
R: Resources,
[src]
R: Resources,
impl<R> StructuralPartialEq for Sampler<R> where
R: Resources,
[src]
R: Resources,
Auto Trait Implementations
impl<R> RefUnwindSafe for Sampler<R> where
<R as Resources>::Sampler: RefUnwindSafe,
<R as Resources>::Sampler: RefUnwindSafe,
impl<R> Send for Sampler<R>
impl<R> Sync for Sampler<R>
impl<R> Unpin for Sampler<R>
impl<R> UnwindSafe for Sampler<R> where
<R as Resources>::Sampler: RefUnwindSafe,
<R as Resources>::Sampler: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,