Struct vulkanalia_sys::ImageResolve
source · [−]#[repr(C)]pub struct ImageResolve {
pub src_subresource: ImageSubresourceLayers,
pub src_offset: Offset3D,
pub dst_subresource: ImageSubresourceLayers,
pub dst_offset: Offset3D,
pub extent: Extent3D,
}Expand description
Fields
src_subresource: ImageSubresourceLayerssrc_offset: Offset3Ddst_subresource: ImageSubresourceLayersdst_offset: Offset3Dextent: Extent3DTrait Implementations
Returns the “default value” for a type. Read more
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 ImageResolve
impl Send for ImageResolve
impl Sync for ImageResolve
impl Unpin for ImageResolve
impl UnwindSafe for ImageResolve
Blanket Implementations
Mutably borrows from an owned value. Read more