#[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 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 WGPUSurfaceTexture
impl Debug for WGPUSurfaceTexture
impl Copy 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