#[repr(C)]pub struct WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel {
pub chain: WGPUChainedStruct,
pub swapChainPanel: *mut c_void,
}Fields§
§chain: WGPUChainedStruct§swapChainPanel: *mut c_voidTrait Implementations§
Source§impl Clone for WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
impl Clone for WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
Source§fn clone(&self) -> WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
fn clone(&self) -> WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
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 moreimpl Copy for WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
Auto Trait Implementations§
impl Freeze for WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
impl RefUnwindSafe for WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
impl !Send for WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
impl !Sync for WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
impl Unpin for WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
impl UnwindSafe for WGPUSurfaceDescriptorFromWindowsUWPSwapChainPanel
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