Struct vulkanalia_sys::ImageResolve2KHR
source · [−]#[repr(C)]pub struct ImageResolve2KHR {
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 ImageResolve2KHR
impl !Send for ImageResolve2KHR
impl !Sync for ImageResolve2KHR
impl Unpin for ImageResolve2KHR
impl UnwindSafe for ImageResolve2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more