#[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 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 Ord for WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel
impl Ord for WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel
Source§fn cmp(
&self,
other: &WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel,
) -> Ordering
fn cmp( &self, other: &WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel, ) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel
impl PartialEq for WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel
Source§fn eq(
&self,
other: &WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel,
) -> bool
fn eq( &self, other: &WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel
impl PartialOrd for WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel
impl Copy for WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel
impl Eq for WGPUSurfaceDescriptorFromWindowsWinUISwapChainPanel
impl StructuralPartialEq 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