#[repr(transparent)]pub struct WGPUPopErrorScopeStatus(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl WGPUPopErrorScopeStatus
impl WGPUPopErrorScopeStatus
pub const Success: Self = raw::WGPUPopErrorScopeStatus_WGPUPopErrorScopeStatus_Success
pub const CallbackCancelled: Self = raw::WGPUPopErrorScopeStatus_WGPUPopErrorScopeStatus_CallbackCancelled
pub const Error: Self = raw::WGPUPopErrorScopeStatus_WGPUPopErrorScopeStatus_Error
Trait Implementations§
Source§impl Clone for WGPUPopErrorScopeStatus
impl Clone for WGPUPopErrorScopeStatus
Source§fn clone(&self) -> WGPUPopErrorScopeStatus
fn clone(&self) -> WGPUPopErrorScopeStatus
Returns a duplicate 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 Hash for WGPUPopErrorScopeStatus
impl Hash for WGPUPopErrorScopeStatus
Source§impl Ord for WGPUPopErrorScopeStatus
impl Ord for WGPUPopErrorScopeStatus
Source§fn cmp(&self, other: &WGPUPopErrorScopeStatus) -> Ordering
fn cmp(&self, other: &WGPUPopErrorScopeStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUPopErrorScopeStatus
impl PartialEq for WGPUPopErrorScopeStatus
Source§impl PartialOrd for WGPUPopErrorScopeStatus
impl PartialOrd 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