#[repr(C)]pub struct VkImageToMemoryCopy {
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 VkImageToMemoryCopy
impl Clone for VkImageToMemoryCopy
Source§fn clone(&self) -> VkImageToMemoryCopy
fn clone(&self) -> VkImageToMemoryCopy
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 VkImageToMemoryCopy
impl Default for VkImageToMemoryCopy
impl Copy for VkImageToMemoryCopy
Auto Trait Implementations§
impl Freeze for VkImageToMemoryCopy
impl RefUnwindSafe for VkImageToMemoryCopy
impl !Send for VkImageToMemoryCopy
impl !Sync for VkImageToMemoryCopy
impl Unpin for VkImageToMemoryCopy
impl UnwindSafe for VkImageToMemoryCopy
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