#[repr(transparent)]pub struct WGPUWaitStatus(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl WGPUWaitStatus
impl WGPUWaitStatus
Trait Implementations§
Source§impl Clone for WGPUWaitStatus
impl Clone for WGPUWaitStatus
Source§fn clone(&self) -> WGPUWaitStatus
fn clone(&self) -> WGPUWaitStatus
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 WGPUWaitStatus
impl Debug for WGPUWaitStatus
Source§impl Hash for WGPUWaitStatus
impl Hash for WGPUWaitStatus
Source§impl Ord for WGPUWaitStatus
impl Ord for WGPUWaitStatus
Source§fn cmp(&self, other: &WGPUWaitStatus) -> Ordering
fn cmp(&self, other: &WGPUWaitStatus) -> 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 WGPUWaitStatus
impl PartialEq for WGPUWaitStatus
Source§impl PartialOrd for WGPUWaitStatus
impl PartialOrd for WGPUWaitStatus
impl Copy for WGPUWaitStatus
impl Eq for WGPUWaitStatus
impl StructuralPartialEq for WGPUWaitStatus
Auto Trait Implementations§
impl Freeze for WGPUWaitStatus
impl RefUnwindSafe for WGPUWaitStatus
impl Send for WGPUWaitStatus
impl Sync for WGPUWaitStatus
impl Unpin for WGPUWaitStatus
impl UnwindSafe for WGPUWaitStatus
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