pub struct SwapChainTexture {
pub view: TextureView,
/* private fields */
}
Expand description
Swap chain image that can be rendered to.
Fields§
§view: TextureView
Accessible view of the frame.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SwapChainTexture
impl !RefUnwindSafe for SwapChainTexture
impl Send for SwapChainTexture
impl Sync for SwapChainTexture
impl Unpin for SwapChainTexture
impl !UnwindSafe for SwapChainTexture
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