#[repr(C)]pub struct VkImageResolve {
pub srcSubresource: VkImageSubresourceLayers,
pub srcOffset: VkOffset3D,
pub dstSubresource: VkImageSubresourceLayers,
pub dstOffset: VkOffset3D,
pub extent: VkExtent3D,
}
Fields§
§srcSubresource: VkImageSubresourceLayers
§srcOffset: VkOffset3D
§dstSubresource: VkImageSubresourceLayers
§dstOffset: VkOffset3D
§extent: VkExtent3D
Trait Implementations§
Source§impl Clone for VkImageResolve
impl Clone for VkImageResolve
Source§fn clone(&self) -> VkImageResolve
fn clone(&self) -> VkImageResolve
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkImageResolve
impl Default for VkImageResolve
Source§fn default() -> VkImageResolve
fn default() -> VkImageResolve
Returns the “default value” for a type. Read more
impl Copy for VkImageResolve
Auto Trait Implementations§
impl Freeze for VkImageResolve
impl RefUnwindSafe for VkImageResolve
impl Send for VkImageResolve
impl Sync for VkImageResolve
impl Unpin for VkImageResolve
impl UnwindSafe for VkImageResolve
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more