Struct vulkanalia_sys::ImageCopy2KHR
source · [−]#[repr(C)]pub struct ImageCopy2KHR {
pub s_type: StructureType,
pub next: *const c_void,
pub src_subresource: ImageSubresourceLayers,
pub src_offset: Offset3D,
pub dst_subresource: ImageSubresourceLayers,
pub dst_offset: Offset3D,
pub extent: Extent3D,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsrc_subresource: ImageSubresourceLayerssrc_offset: Offset3Ddst_subresource: ImageSubresourceLayersdst_offset: Offset3Dextent: Extent3DTrait 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 ImageCopy2KHR
impl !Send for ImageCopy2KHR
impl !Sync for ImageCopy2KHR
impl Unpin for ImageCopy2KHR
impl UnwindSafe for ImageCopy2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more