Struct vulkanalia_sys::CopyBufferToImageInfo2KHR
source · [−]#[repr(C)]pub struct CopyBufferToImageInfo2KHR {
pub s_type: StructureType,
pub next: *const c_void,
pub src_buffer: Buffer,
pub dst_image: Image,
pub dst_image_layout: ImageLayout,
pub region_count: u32,
pub regions: *const BufferImageCopy2KHR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsrc_buffer: Bufferdst_image: Imagedst_image_layout: ImageLayoutregion_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 CopyBufferToImageInfo2KHR
impl !Send for CopyBufferToImageInfo2KHR
impl !Sync for CopyBufferToImageInfo2KHR
impl Unpin for CopyBufferToImageInfo2KHR
impl UnwindSafe for CopyBufferToImageInfo2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more