Struct vulkanalia_sys::CopyImageInfo2KHR
source · [−]#[repr(C)]pub struct CopyImageInfo2KHR {
pub s_type: StructureType,
pub next: *const c_void,
pub src_image: Image,
pub src_image_layout: ImageLayout,
pub dst_image: Image,
pub dst_image_layout: ImageLayout,
pub region_count: u32,
pub regions: *const ImageCopy2KHR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsrc_image: Imagesrc_image_layout: ImageLayoutdst_image: Imagedst_image_layout: ImageLayoutregion_count: u32regions: *const ImageCopy2KHRTrait 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 CopyImageInfo2KHR
impl !Send for CopyImageInfo2KHR
impl !Sync for CopyImageInfo2KHR
impl Unpin for CopyImageInfo2KHR
impl UnwindSafe for CopyImageInfo2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more