#[repr(i32)]pub enum WGPUInstanceFeatureName {
TimedWaitAnyEnable = 1,
ShaderSourceSPIRV = 2,
MultipleDevicesPerAdapter = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WGPUInstanceFeatureName
impl Clone for WGPUInstanceFeatureName
Source§fn clone(&self) -> WGPUInstanceFeatureName
fn clone(&self) -> WGPUInstanceFeatureName
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 WGPUInstanceFeatureName
impl Debug for WGPUInstanceFeatureName
Source§impl Display for WGPUInstanceFeatureName
impl Display for WGPUInstanceFeatureName
Source§impl<'_derivative_strum> From<&'_derivative_strum WGPUInstanceFeatureName> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum WGPUInstanceFeatureName> for &'static str
Source§fn from(x: &'_derivative_strum WGPUInstanceFeatureName) -> &'static str
fn from(x: &'_derivative_strum WGPUInstanceFeatureName) -> &'static str
Converts to this type from the input type.
Source§impl From<WGPUInstanceFeatureName> for &'static str
impl From<WGPUInstanceFeatureName> for &'static str
Source§fn from(x: WGPUInstanceFeatureName) -> &'static str
fn from(x: WGPUInstanceFeatureName) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for WGPUInstanceFeatureName
impl FromStr for WGPUInstanceFeatureName
Source§impl Hash for WGPUInstanceFeatureName
impl Hash for WGPUInstanceFeatureName
Source§impl PartialEq for WGPUInstanceFeatureName
impl PartialEq for WGPUInstanceFeatureName
Source§impl TryFrom<&str> for WGPUInstanceFeatureName
impl TryFrom<&str> for WGPUInstanceFeatureName
impl Copy for WGPUInstanceFeatureName
impl Eq for WGPUInstanceFeatureName
impl StructuralPartialEq for WGPUInstanceFeatureName
Auto Trait Implementations§
impl Freeze for WGPUInstanceFeatureName
impl RefUnwindSafe for WGPUInstanceFeatureName
impl Send for WGPUInstanceFeatureName
impl Sync for WGPUInstanceFeatureName
impl Unpin for WGPUInstanceFeatureName
impl UnwindSafe for WGPUInstanceFeatureName
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