[−][src]Struct wgpu::BufferCopyViewBase
View of a buffer which can be used to copy to/from a texture.
Fields
buffer: B
The buffer to be copied to/from.
layout: TextureDataLayout
The layout of the texture data in this buffer.
Trait Implementations
impl<B> Clone for BufferCopyView<B> where
B: Clone,
[src][+]
B: Clone,
impl<B> Debug for BufferCopyView<B> where
B: Debug,
[src][+]
B: Debug,
Auto Trait Implementations
impl<B> RefUnwindSafe for BufferCopyView<B> where
B: RefUnwindSafe,
B: RefUnwindSafe,
impl<B> Send for BufferCopyView<B> where
B: Send,
B: Send,
impl<B> Sync for BufferCopyView<B> where
B: Sync,
B: Sync,
impl<B> Unpin for BufferCopyView<B> where
B: Unpin,
B: Unpin,
impl<B> UnwindSafe for BufferCopyView<B> where
B: UnwindSafe,
B: UnwindSafe,
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> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,