#[repr(C)]pub struct WGPUSurfaceImpl { /* private fields */ }Trait Implementations§
Source§impl Clone for WGPUSurfaceImpl
impl Clone for WGPUSurfaceImpl
Source§fn clone(&self) -> WGPUSurfaceImpl
fn clone(&self) -> WGPUSurfaceImpl
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 WGPUSurfaceImpl
impl Debug for WGPUSurfaceImpl
impl Copy for WGPUSurfaceImpl
Auto Trait Implementations§
impl Freeze for WGPUSurfaceImpl
impl RefUnwindSafe for WGPUSurfaceImpl
impl Send for WGPUSurfaceImpl
impl Sync for WGPUSurfaceImpl
impl Unpin for WGPUSurfaceImpl
impl UnwindSafe for WGPUSurfaceImpl
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