Struct ash::vk::types::ImageBlit [] [src]

#[repr(C)]
pub struct ImageBlit { pub src_subresource: ImageSubresourceLayers, pub src_offsets: [Offset3D; 2], pub dst_subresource: ImageSubresourceLayers, pub dst_offsets: [Offset3D; 2], }

Fields

Trait Implementations

impl Clone for ImageBlit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ImageBlit
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ImageBlit

impl Sync for ImageBlit