Enum naga::front::wgsl::parse::directive::enable_extension::ImplementedEnableExtension
source · pub enum ImplementedEnableExtension {}
Expand description
A variant of EnableExtension::Implemented
.
Trait Implementations§
source§impl Clone for ImplementedEnableExtension
impl Clone for ImplementedEnableExtension
source§fn clone(&self) -> ImplementedEnableExtension
fn clone(&self) -> ImplementedEnableExtension
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 ImplementedEnableExtension
impl Debug for ImplementedEnableExtension
source§impl Hash for ImplementedEnableExtension
impl Hash for ImplementedEnableExtension
source§impl PartialEq for ImplementedEnableExtension
impl PartialEq for ImplementedEnableExtension
source§fn eq(&self, other: &ImplementedEnableExtension) -> bool
fn eq(&self, other: &ImplementedEnableExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ImplementedEnableExtension
impl Eq for ImplementedEnableExtension
impl StructuralPartialEq for ImplementedEnableExtension
Auto Trait Implementations§
impl Freeze for ImplementedEnableExtension
impl RefUnwindSafe for ImplementedEnableExtension
impl Send for ImplementedEnableExtension
impl Sync for ImplementedEnableExtension
impl Unpin for ImplementedEnableExtension
impl UnwindSafe for ImplementedEnableExtension
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.