Struct wgpu_core::device::MissingDownlevelFlags
source · pub struct MissingDownlevelFlags(pub DownlevelFlags);
Tuple Fields§
§0: DownlevelFlags
Trait Implementations§
source§impl Clone for MissingDownlevelFlags
impl Clone for MissingDownlevelFlags
source§fn clone(&self) -> MissingDownlevelFlags
fn clone(&self) -> MissingDownlevelFlags
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 MissingDownlevelFlags
impl Debug for MissingDownlevelFlags
source§impl Display for MissingDownlevelFlags
impl Display for MissingDownlevelFlags
source§impl Error for MissingDownlevelFlags
impl Error for MissingDownlevelFlags
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<MissingDownlevelFlags> for BindGroupLayoutEntryError
impl From<MissingDownlevelFlags> for BindGroupLayoutEntryError
source§fn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
source§impl From<MissingDownlevelFlags> for ComputePassErrorInner
impl From<MissingDownlevelFlags> for ComputePassErrorInner
source§fn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
source§impl From<MissingDownlevelFlags> for CreateComputePipelineError
impl From<MissingDownlevelFlags> for CreateComputePipelineError
source§fn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
source§impl From<MissingDownlevelFlags> for CreateRenderPipelineError
impl From<MissingDownlevelFlags> for CreateRenderPipelineError
source§fn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
source§impl From<MissingDownlevelFlags> for RenderPassErrorInner
impl From<MissingDownlevelFlags> for RenderPassErrorInner
source§fn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
source§impl From<MissingDownlevelFlags> for TransferError
impl From<MissingDownlevelFlags> for TransferError
source§fn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.