pub enum UnimplementedEnableExtension {
    Subgroups,
    PrimitiveIndex,
}Expand description
A variant of EnableExtension::Unimplemented.
Variants§
Subgroups
Enables subgroup built-ins in all languages.
In the WGSL standard, this corresponds to enable subgroups;.
PrimitiveIndex
Enables the @builtin(primitive_index) attribute in WGSL.
In the WGSL standard, this corresponds to enable primitive-index;.
Implementations§
Source§impl UnimplementedEnableExtension
 
impl UnimplementedEnableExtension
pub(crate) const fn tracking_issue_num(self) -> u16
Trait Implementations§
Source§impl Clone for UnimplementedEnableExtension
 
impl Clone for UnimplementedEnableExtension
Source§fn clone(&self) -> UnimplementedEnableExtension
 
fn clone(&self) -> UnimplementedEnableExtension
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 UnimplementedEnableExtension
 
impl Debug for UnimplementedEnableExtension
Source§impl Hash for UnimplementedEnableExtension
 
impl Hash for UnimplementedEnableExtension
Source§impl PartialEq for UnimplementedEnableExtension
 
impl PartialEq for UnimplementedEnableExtension
Source§fn eq(&self, other: &UnimplementedEnableExtension) -> bool
 
fn eq(&self, other: &UnimplementedEnableExtension) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl Copy for UnimplementedEnableExtension
impl Eq for UnimplementedEnableExtension
impl StructuralPartialEq for UnimplementedEnableExtension
Auto Trait Implementations§
impl Freeze for UnimplementedEnableExtension
impl RefUnwindSafe for UnimplementedEnableExtension
impl Send for UnimplementedEnableExtension
impl Sync for UnimplementedEnableExtension
impl Unpin for UnimplementedEnableExtension
impl UnwindSafe for UnimplementedEnableExtension
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<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§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.§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