Struct wgpu_core::device::MissingDownlevelFlags
source · [−]pub struct MissingDownlevelFlags(pub DownlevelFlags);
Tuple Fields
0: DownlevelFlags
Trait Implementations
sourceimpl Clone for MissingDownlevelFlags
impl Clone for MissingDownlevelFlags
sourcefn clone(&self) -> MissingDownlevelFlags
fn clone(&self) -> MissingDownlevelFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for MissingDownlevelFlags
impl Debug for MissingDownlevelFlags
sourceimpl Display for MissingDownlevelFlags
impl Display for MissingDownlevelFlags
sourceimpl Error for MissingDownlevelFlags
impl Error for MissingDownlevelFlags
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
🔬 This is a nightly-only experimental API. (
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl From<MissingDownlevelFlags> for BindGroupLayoutEntryError
impl From<MissingDownlevelFlags> for BindGroupLayoutEntryError
sourcefn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
sourceimpl From<MissingDownlevelFlags> for ComputePassErrorInner
impl From<MissingDownlevelFlags> for ComputePassErrorInner
sourcefn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
sourceimpl From<MissingDownlevelFlags> for CreateComputePipelineError
impl From<MissingDownlevelFlags> for CreateComputePipelineError
sourcefn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
sourceimpl From<MissingDownlevelFlags> for CreateRenderPipelineError
impl From<MissingDownlevelFlags> for CreateRenderPipelineError
sourcefn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
sourceimpl From<MissingDownlevelFlags> for RenderPassErrorInner
impl From<MissingDownlevelFlags> for RenderPassErrorInner
sourcefn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
sourceimpl From<MissingDownlevelFlags> for TransferError
impl From<MissingDownlevelFlags> for TransferError
sourcefn from(source: MissingDownlevelFlags) -> Self
fn from(source: MissingDownlevelFlags) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for MissingDownlevelFlags
impl Send for MissingDownlevelFlags
impl Sync for MissingDownlevelFlags
impl Unpin for MissingDownlevelFlags
impl UnwindSafe for MissingDownlevelFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more