#[repr(C)]pub struct MemoryToImageCopy {
pub s_type: StructureType,
pub next: *const c_void,
pub host_pointer: *const c_void,
pub memory_row_length: u32,
pub memory_image_height: u32,
pub image_subresource: ImageSubresourceLayers,
pub image_offset: Offset3D,
pub image_extent: Extent3D,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§host_pointer: *const c_void§memory_row_length: u32§memory_image_height: u32§image_subresource: ImageSubresourceLayers§image_offset: Offset3D§image_extent: Extent3DTrait Implementations§
Source§impl Clone for MemoryToImageCopy
impl Clone for MemoryToImageCopy
Source§fn clone(&self) -> MemoryToImageCopy
fn clone(&self) -> MemoryToImageCopy
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 MemoryToImageCopy
impl Debug for MemoryToImageCopy
Source§impl Default for MemoryToImageCopy
impl Default for MemoryToImageCopy
Source§impl Hash for MemoryToImageCopy
impl Hash for MemoryToImageCopy
Source§impl PartialEq for MemoryToImageCopy
impl PartialEq for MemoryToImageCopy
impl Copy for MemoryToImageCopy
impl Eq for MemoryToImageCopy
impl Send for MemoryToImageCopy
impl StructuralPartialEq for MemoryToImageCopy
impl Sync for MemoryToImageCopy
Auto Trait Implementations§
impl Freeze for MemoryToImageCopy
impl RefUnwindSafe for MemoryToImageCopy
impl Unpin for MemoryToImageCopy
impl UnwindSafe for MemoryToImageCopy
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