pub struct CoreSampler {
pub(crate) context: ContextWgpuCore,
id: SamplerId,
}
Available on
wgpu_core
only.Fields§
§context: ContextWgpuCore
§id: SamplerId
Trait Implementations§
source§impl Debug for CoreSampler
impl Debug for CoreSampler
source§impl Drop for CoreSampler
impl Drop for CoreSampler
source§impl Hash for CoreSampler
impl Hash for CoreSampler
source§impl Ord for CoreSampler
impl Ord for CoreSampler
source§impl PartialEq for CoreSampler
impl PartialEq for CoreSampler
source§impl PartialOrd for CoreSampler
impl PartialOrd for CoreSampler
impl Eq for CoreSampler
impl SamplerInterface for CoreSampler
Auto Trait Implementations§
impl Freeze for CoreSampler
impl !RefUnwindSafe for CoreSampler
impl Send for CoreSampler
impl Sync for CoreSampler
impl Unpin for CoreSampler
impl !UnwindSafe for CoreSampler
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.