Struct wgpu_core::swap_chain::SwapChain [−][src]
pub struct SwapChain<B: Backend> { /* fields omitted */ }
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]
Auto Trait Implementations
impl<B> !RefUnwindSafe for SwapChain<B>
impl<B> Send for SwapChain<B>
impl<B> Sync for SwapChain<B>
impl<B> Unpin for SwapChain<B> where
<B as Backend>::Semaphore: Unpin,
<B as Backend>::Semaphore: Unpin,
impl<B> !UnwindSafe for SwapChain<B>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more