[−][src]Struct wgpu_core::swap_chain::SwapChain
Trait Implementations
impl<B: Backend> Access<CommandBuffer<B>> for SwapChain<B>
[src]
impl<B: Backend> Access<SwapChain<B>> for Root
[src]
impl<B: Backend> Access<SwapChain<B>> for Device<B>
[src]
impl<B: Backend> Access<TextureView<B>> for SwapChain<B>
[src]
impl<B: Debug + Backend> Debug for SwapChain<B> where
B::Semaphore: Debug,
B::Framebuffer: Debug,
[src][+]
B::Semaphore: Debug,
B::Framebuffer: Debug,
Auto Trait Implementations
impl<B> !RefUnwindSafe for SwapChain<B>
impl<B> Send for SwapChain<B> where
<B as Backend>::Framebuffer: Send,
<B as Backend>::Semaphore: Send,
<B as Backend>::Framebuffer: Send,
<B as Backend>::Semaphore: Send,
impl<B> Sync for SwapChain<B> where
<B as Backend>::Framebuffer: Sync,
<B as Backend>::Semaphore: Sync,
<B as Backend>::Framebuffer: Sync,
<B as Backend>::Semaphore: Sync,
impl<B> Unpin for SwapChain<B> where
<B as Backend>::Framebuffer: Unpin,
<B as Backend>::Semaphore: Unpin,
<B as Backend>::Framebuffer: Unpin,
<B as Backend>::Semaphore: Unpin,
impl<B> !UnwindSafe for SwapChain<B>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,