#[repr(C)]pub struct WGPUSurfaceTexture {
pub nextInChain: *mut WGPUChainedStruct,
pub texture: WGPUTexture,
pub status: WGPUSurfaceGetCurrentTextureStatus,
}Fields§
§nextInChain: *mut WGPUChainedStruct§texture: WGPUTexture§status: WGPUSurfaceGetCurrentTextureStatusTrait Implementations§
Source§impl Clone for WGPUSurfaceTexture
impl Clone for WGPUSurfaceTexture
Source§fn clone(&self) -> WGPUSurfaceTexture
fn clone(&self) -> WGPUSurfaceTexture
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 WGPUSurfaceTexture
impl Debug for WGPUSurfaceTexture
Source§impl Default for WGPUSurfaceTexture
impl Default for WGPUSurfaceTexture
Source§impl Hash for WGPUSurfaceTexture
impl Hash for WGPUSurfaceTexture
Source§impl Ord for WGPUSurfaceTexture
impl Ord for WGPUSurfaceTexture
Source§fn cmp(&self, other: &WGPUSurfaceTexture) -> Ordering
fn cmp(&self, other: &WGPUSurfaceTexture) -> 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 WGPUSurfaceTexture
impl PartialEq for WGPUSurfaceTexture
Source§impl PartialOrd for WGPUSurfaceTexture
impl PartialOrd for WGPUSurfaceTexture
impl Copy for WGPUSurfaceTexture
impl Eq for WGPUSurfaceTexture
impl StructuralPartialEq for WGPUSurfaceTexture
Auto Trait Implementations§
impl Freeze for WGPUSurfaceTexture
impl RefUnwindSafe for WGPUSurfaceTexture
impl !Send for WGPUSurfaceTexture
impl !Sync for WGPUSurfaceTexture
impl Unpin for WGPUSurfaceTexture
impl UnwindSafe for WGPUSurfaceTexture
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