#[repr(C)]pub struct WGPUSurfaceDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringViewTrait Implementations§
Source§impl Clone for WGPUSurfaceDescriptor
impl Clone for WGPUSurfaceDescriptor
Source§fn clone(&self) -> WGPUSurfaceDescriptor
fn clone(&self) -> WGPUSurfaceDescriptor
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 WGPUSurfaceDescriptor
impl Debug for WGPUSurfaceDescriptor
impl Copy for WGPUSurfaceDescriptor
Auto Trait Implementations§
impl Freeze for WGPUSurfaceDescriptor
impl RefUnwindSafe for WGPUSurfaceDescriptor
impl !Send for WGPUSurfaceDescriptor
impl !Sync for WGPUSurfaceDescriptor
impl Unpin for WGPUSurfaceDescriptor
impl UnwindSafe for WGPUSurfaceDescriptor
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