Struct wgpu::core::device::MissingFeatures
source · pub struct MissingFeatures(pub Features);
Tuple Fields§
§0: Features
Trait Implementations§
source§impl Clone for MissingFeatures
impl Clone for MissingFeatures
source§fn clone(&self) -> MissingFeatures
fn clone(&self) -> MissingFeatures
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 MissingFeatures
impl Debug for MissingFeatures
source§impl Display for MissingFeatures
impl Display for MissingFeatures
source§impl Error for MissingFeatures
impl Error for MissingFeatures
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<MissingFeatures> for BindGroupLayoutEntryError
impl From<MissingFeatures> for BindGroupLayoutEntryError
source§fn from(source: MissingFeatures) -> BindGroupLayoutEntryError
fn from(source: MissingFeatures) -> BindGroupLayoutEntryError
Converts to this type from the input type.
source§impl From<MissingFeatures> for ComputePassErrorInner
impl From<MissingFeatures> for ComputePassErrorInner
source§fn from(source: MissingFeatures) -> ComputePassErrorInner
fn from(source: MissingFeatures) -> ComputePassErrorInner
Converts to this type from the input type.
source§impl From<MissingFeatures> for CreatePipelineLayoutError
impl From<MissingFeatures> for CreatePipelineLayoutError
source§fn from(source: MissingFeatures) -> CreatePipelineLayoutError
fn from(source: MissingFeatures) -> CreatePipelineLayoutError
Converts to this type from the input type.
source§impl From<MissingFeatures> for CreateQuerySetError
impl From<MissingFeatures> for CreateQuerySetError
source§fn from(source: MissingFeatures) -> CreateQuerySetError
fn from(source: MissingFeatures) -> CreateQuerySetError
Converts to this type from the input type.
source§impl From<MissingFeatures> for CreateRenderPipelineError
impl From<MissingFeatures> for CreateRenderPipelineError
source§fn from(source: MissingFeatures) -> CreateRenderPipelineError
fn from(source: MissingFeatures) -> CreateRenderPipelineError
Converts to this type from the input type.
source§impl From<MissingFeatures> for CreateSamplerError
impl From<MissingFeatures> for CreateSamplerError
source§fn from(source: MissingFeatures) -> CreateSamplerError
fn from(source: MissingFeatures) -> CreateSamplerError
Converts to this type from the input type.
source§impl From<MissingFeatures> for CreateShaderModuleError
impl From<MissingFeatures> for CreateShaderModuleError
source§fn from(source: MissingFeatures) -> CreateShaderModuleError
fn from(source: MissingFeatures) -> CreateShaderModuleError
Converts to this type from the input type.
source§impl From<MissingFeatures> for RenderPassErrorInner
impl From<MissingFeatures> for RenderPassErrorInner
source§fn from(source: MissingFeatures) -> RenderPassErrorInner
fn from(source: MissingFeatures) -> RenderPassErrorInner
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for MissingFeatures
impl Send for MissingFeatures
impl Sync for MissingFeatures
impl Unpin for MissingFeatures
impl UnwindSafe for MissingFeatures
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