Enum naga_oil::compose::ShaderType
source · pub enum ShaderType {
Wgsl,
}
Variants§
Wgsl
Trait Implementations§
source§impl Clone for ShaderType
impl Clone for ShaderType
source§fn clone(&self) -> ShaderType
fn clone(&self) -> ShaderType
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 ShaderType
impl Debug for ShaderType
source§impl Default for ShaderType
impl Default for ShaderType
source§fn default() -> ShaderType
fn default() -> ShaderType
Returns the “default value” for a type. Read more
source§impl From<ShaderType> for ShaderLanguage
impl From<ShaderType> for ShaderLanguage
source§fn from(ty: ShaderType) -> Self
fn from(ty: ShaderType) -> Self
Converts to this type from the input type.
source§impl Hash for ShaderType
impl Hash for ShaderType
source§impl PartialEq for ShaderType
impl PartialEq for ShaderType
source§fn eq(&self, other: &ShaderType) -> bool
fn eq(&self, other: &ShaderType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ShaderType
impl Eq for ShaderType
impl StructuralPartialEq for ShaderType
Auto Trait Implementations§
impl Freeze for ShaderType
impl RefUnwindSafe for ShaderType
impl Send for ShaderType
impl Sync for ShaderType
impl Unpin for ShaderType
impl UnwindSafe for ShaderType
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.