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 ConfigureSurfaceError
impl From<MissingDownlevelFlags> for ConfigureSurfaceError
source§fn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
source§impl From<MissingDownlevelFlags> for CreateBufferError
impl From<MissingDownlevelFlags> for CreateBufferError
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 CreateTextureError
impl From<MissingDownlevelFlags> for CreateTextureError
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.
Auto Trait Implementations§
impl Freeze for MissingDownlevelFlags
impl RefUnwindSafe for MissingDownlevelFlags
impl Send for MissingDownlevelFlags
impl Sync for MissingDownlevelFlags
impl Unpin for MissingDownlevelFlags
impl UnwindSafe for MissingDownlevelFlags
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