Enum naga::back::msl::BindSamplerTarget
source · pub enum BindSamplerTarget {
Resource(Slot),
Inline(InlineSamplerIndex),
}
Variants§
Resource(Slot)
Inline(InlineSamplerIndex)
Trait Implementations§
source§impl Clone for BindSamplerTarget
impl Clone for BindSamplerTarget
source§fn clone(&self) -> BindSamplerTarget
fn clone(&self) -> BindSamplerTarget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BindSamplerTarget
impl Debug for BindSamplerTarget
source§impl Hash for BindSamplerTarget
impl Hash for BindSamplerTarget
source§impl PartialEq for BindSamplerTarget
impl PartialEq for BindSamplerTarget
source§fn eq(&self, other: &BindSamplerTarget) -> bool
fn eq(&self, other: &BindSamplerTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BindSamplerTarget
impl StructuralPartialEq for BindSamplerTarget
Auto Trait Implementations§
impl Freeze for BindSamplerTarget
impl RefUnwindSafe for BindSamplerTarget
impl Send for BindSamplerTarget
impl Sync for BindSamplerTarget
impl Unpin for BindSamplerTarget
impl UnwindSafe for BindSamplerTarget
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.