#[repr(u32)]pub enum WGPUPopErrorScopeStatus {
Success = 1,
CallbackCancelled = 2,
Error = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WGPUPopErrorScopeStatus
impl Clone for WGPUPopErrorScopeStatus
Source§fn clone(&self) -> WGPUPopErrorScopeStatus
fn clone(&self) -> WGPUPopErrorScopeStatus
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 WGPUPopErrorScopeStatus
impl Debug for WGPUPopErrorScopeStatus
Source§impl Display for WGPUPopErrorScopeStatus
impl Display for WGPUPopErrorScopeStatus
Source§impl<'_derivative_strum> From<&'_derivative_strum WGPUPopErrorScopeStatus> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum WGPUPopErrorScopeStatus> for &'static str
Source§fn from(x: &'_derivative_strum WGPUPopErrorScopeStatus) -> &'static str
fn from(x: &'_derivative_strum WGPUPopErrorScopeStatus) -> &'static str
Converts to this type from the input type.
Source§impl From<WGPUPopErrorScopeStatus> for &'static str
impl From<WGPUPopErrorScopeStatus> for &'static str
Source§fn from(x: WGPUPopErrorScopeStatus) -> &'static str
fn from(x: WGPUPopErrorScopeStatus) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for WGPUPopErrorScopeStatus
impl FromStr for WGPUPopErrorScopeStatus
Source§impl Hash for WGPUPopErrorScopeStatus
impl Hash for WGPUPopErrorScopeStatus
Source§impl PartialEq for WGPUPopErrorScopeStatus
impl PartialEq for WGPUPopErrorScopeStatus
Source§impl TryFrom<&str> for WGPUPopErrorScopeStatus
impl TryFrom<&str> for WGPUPopErrorScopeStatus
impl Copy for WGPUPopErrorScopeStatus
impl Eq for WGPUPopErrorScopeStatus
impl StructuralPartialEq for WGPUPopErrorScopeStatus
Auto Trait Implementations§
impl Freeze for WGPUPopErrorScopeStatus
impl RefUnwindSafe for WGPUPopErrorScopeStatus
impl Send for WGPUPopErrorScopeStatus
impl Sync for WGPUPopErrorScopeStatus
impl Unpin for WGPUPopErrorScopeStatus
impl UnwindSafe for WGPUPopErrorScopeStatus
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