#[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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VkImageResolve
impl Debug for VkImageResolve
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