Struct wgpu_hal::BufferTextureCopy [−][src]
pub struct BufferTextureCopy {
pub buffer_layout: ImageDataLayout,
pub texture_base: TextureCopyBase,
pub size: CopyExtent,
}Fields
buffer_layout: ImageDataLayouttexture_base: TextureCopyBasesize: CopyExtentImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BufferTextureCopy
impl Send for BufferTextureCopy
impl Sync for BufferTextureCopy
impl Unpin for BufferTextureCopy
impl UnwindSafe for BufferTextureCopy
Blanket Implementations
Mutably borrows from an owned value. Read more