pub struct Sampler<A: Api> { /* private fields */ }
Trait Implementations
impl<A: HalApi> Access<QuerySet<A>> for Sampler<A>
impl<A: HalApi> Access<Sampler<A>> for Device<A>
impl<A: HalApi> Access<Sampler<A>> for Root
impl<A: HalApi> Access<Sampler<A>> for TextureView<A>
Auto Trait Implementations
impl<A> !RefUnwindSafe for Sampler<A>
impl<A> Send for Sampler<A>
impl<A> Sync for Sampler<A>
impl<A> Unpin for Sampler<A> where
<A as Api>::Sampler: Unpin,
impl<A> !UnwindSafe for Sampler<A>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more