pub struct SwapChain<B: Backend> { /* private fields */ }Trait Implementations§
impl<B: Backend> Access<CommandBuffer<B>> for SwapChain<B>
impl<B: Backend> Access<SwapChain<B>> for Device<B>
impl<B: Backend> Access<SwapChain<B>> for Root
impl<B: Backend> Access<TextureView<B>> for SwapChain<B>
Auto Trait Implementations§
impl<B> !Freeze for SwapChain<B>
impl<B> !RefUnwindSafe for SwapChain<B>
impl<B> Send for SwapChain<B>
impl<B> Sync for SwapChain<B>
impl<B> Unpin for SwapChain<B>
impl<B> !UnwindSafe for SwapChain<B>
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