pub struct SurfaceDescriptorFromWindowsUWPSwapChainPanel {
pub swap_chain_panel: Option<*mut c_void>,
}Fields§
§swap_chain_panel: Option<*mut c_void>Implementations§
Trait Implementations§
Source§impl From<SurfaceDescriptorFromWindowsUWPSwapChainPanel> for SurfaceDescriptorExtension
impl From<SurfaceDescriptorFromWindowsUWPSwapChainPanel> for SurfaceDescriptorExtension
Source§fn from(ext: SurfaceDescriptorFromWindowsUWPSwapChainPanel) -> Self
fn from(ext: SurfaceDescriptorFromWindowsUWPSwapChainPanel) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SurfaceDescriptorFromWindowsUWPSwapChainPanel
impl RefUnwindSafe for SurfaceDescriptorFromWindowsUWPSwapChainPanel
impl !Send for SurfaceDescriptorFromWindowsUWPSwapChainPanel
impl !Sync for SurfaceDescriptorFromWindowsUWPSwapChainPanel
impl Unpin for SurfaceDescriptorFromWindowsUWPSwapChainPanel
impl UnsafeUnpin for SurfaceDescriptorFromWindowsUWPSwapChainPanel
impl UnwindSafe for SurfaceDescriptorFromWindowsUWPSwapChainPanel
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