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