#[repr(C)]pub struct VkImageToMemoryCopyEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pHostPointer: *mut c_void,
pub memoryRowLength: u32,
pub memoryImageHeight: u32,
pub imageSubresource: VkImageSubresourceLayers,
pub imageOffset: VkOffset3D,
pub imageExtent: VkExtent3D,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§pHostPointer: *mut c_void
§memoryRowLength: u32
§memoryImageHeight: u32
§imageSubresource: VkImageSubresourceLayers
§imageOffset: VkOffset3D
§imageExtent: VkExtent3D
Trait Implementations§
Source§impl Clone for VkImageToMemoryCopyEXT
impl Clone for VkImageToMemoryCopyEXT
Source§fn clone(&self) -> VkImageToMemoryCopyEXT
fn clone(&self) -> VkImageToMemoryCopyEXT
Returns a duplicate 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 VkImageToMemoryCopyEXT
impl Debug for VkImageToMemoryCopyEXT
impl Copy for VkImageToMemoryCopyEXT
Auto Trait Implementations§
impl Freeze for VkImageToMemoryCopyEXT
impl RefUnwindSafe for VkImageToMemoryCopyEXT
impl !Send for VkImageToMemoryCopyEXT
impl !Sync for VkImageToMemoryCopyEXT
impl Unpin for VkImageToMemoryCopyEXT
impl UnwindSafe for VkImageToMemoryCopyEXT
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