Struct gfx_core::handle::Sampler [−][src]
pub struct Sampler<R: Resources>(_, _);
Sampler Handle
Implementations
impl<R: Resources> Sampler<R>
[src][−]
pub fn get_info(&self) -> &SamplerInfo
[src][−]
Get sampler info
Trait Implementations
impl<R: Clone + Resources> Clone for Sampler<R> where
R::Sampler: Clone,
[src][+]
R::Sampler: Clone,
impl<R: Debug + Resources> Debug for Sampler<R> where
R::Sampler: Debug,
[src][+]
R::Sampler: Debug,
impl<R: Eq + Resources> Eq for Sampler<R> where
R::Sampler: Eq,
[src]
R::Sampler: Eq,
impl<R: Hash + Resources> Hash for Sampler<R> where
R::Sampler: Hash,
[src][+]
R::Sampler: Hash,
impl<R: PartialEq + Resources> PartialEq<Sampler<R>> for Sampler<R> where
R::Sampler: PartialEq,
[src][+]
R::Sampler: PartialEq,
impl<R: Resources> StructuralEq for Sampler<R>
[src]
impl<R: Resources> StructuralPartialEq for Sampler<R>
[src]
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,
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,