Struct wgpu_core::instance::FailedLimit
source · pub struct FailedLimit { /* private fields */ }
Trait Implementations§
source§impl Clone for FailedLimit
impl Clone for FailedLimit
source§fn clone(&self) -> FailedLimit
fn clone(&self) -> FailedLimit
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 FailedLimit
impl Debug for FailedLimit
source§impl Display for FailedLimit
impl Display for FailedLimit
source§impl Error for FailedLimit
impl Error for FailedLimit
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<FailedLimit> for RequestDeviceError
impl From<FailedLimit> for RequestDeviceError
source§fn from(source: FailedLimit) -> Self
fn from(source: FailedLimit) -> Self
Converts to this type from the input type.