Struct vulkanalia_sys::CopyImageToBufferInfo2KHR
source · [−]#[repr(C)]pub struct CopyImageToBufferInfo2KHR {
pub s_type: StructureType,
pub next: *const c_void,
pub src_image: Image,
pub src_image_layout: ImageLayout,
pub dst_buffer: Buffer,
pub region_count: u32,
pub regions: *const BufferImageCopy2KHR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsrc_image: Imagesrc_image_layout: ImageLayoutdst_buffer: Bufferregion_count: u32regions: *const BufferImageCopy2KHRTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CopyImageToBufferInfo2KHR
impl !Send for CopyImageToBufferInfo2KHR
impl !Sync for CopyImageToBufferInfo2KHR
impl Unpin for CopyImageToBufferInfo2KHR
impl UnwindSafe for CopyImageToBufferInfo2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more