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