#[repr(transparent)]pub struct WGPUSurfaceGetCurrentTextureStatus(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Clone for WGPUSurfaceGetCurrentTextureStatus
impl Clone for WGPUSurfaceGetCurrentTextureStatus
Source§fn clone(&self) -> WGPUSurfaceGetCurrentTextureStatus
fn clone(&self) -> WGPUSurfaceGetCurrentTextureStatus
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 PartialEq for WGPUSurfaceGetCurrentTextureStatus
impl PartialEq for WGPUSurfaceGetCurrentTextureStatus
Source§fn eq(&self, other: &WGPUSurfaceGetCurrentTextureStatus) -> bool
fn eq(&self, other: &WGPUSurfaceGetCurrentTextureStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WGPUSurfaceGetCurrentTextureStatus
impl Eq for WGPUSurfaceGetCurrentTextureStatus
impl StructuralPartialEq for WGPUSurfaceGetCurrentTextureStatus
Auto Trait Implementations§
impl Freeze for WGPUSurfaceGetCurrentTextureStatus
impl RefUnwindSafe for WGPUSurfaceGetCurrentTextureStatus
impl Send for WGPUSurfaceGetCurrentTextureStatus
impl Sync for WGPUSurfaceGetCurrentTextureStatus
impl Unpin for WGPUSurfaceGetCurrentTextureStatus
impl UnwindSafe for WGPUSurfaceGetCurrentTextureStatus
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