#[repr(C)]pub struct CopyMemoryToImageIndirectInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub src_copy_flags: AddressCopyFlagsKHR,
pub copy_count: u32,
pub copy_address_range: StridedDeviceAddressRangeKHR,
pub dst_image: Image,
pub dst_image_layout: ImageLayout,
pub image_subresources: *const ImageSubresourceLayers,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§src_copy_flags: AddressCopyFlagsKHR§copy_count: u32§copy_address_range: StridedDeviceAddressRangeKHR§dst_image: Image§dst_image_layout: ImageLayout§image_subresources: *const ImageSubresourceLayersTrait Implementations§
Source§impl Clone for CopyMemoryToImageIndirectInfoKHR
impl Clone for CopyMemoryToImageIndirectInfoKHR
Source§fn clone(&self) -> CopyMemoryToImageIndirectInfoKHR
fn clone(&self) -> CopyMemoryToImageIndirectInfoKHR
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 PartialEq for CopyMemoryToImageIndirectInfoKHR
impl PartialEq for CopyMemoryToImageIndirectInfoKHR
Source§fn eq(&self, other: &CopyMemoryToImageIndirectInfoKHR) -> bool
fn eq(&self, other: &CopyMemoryToImageIndirectInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CopyMemoryToImageIndirectInfoKHR
impl Eq for CopyMemoryToImageIndirectInfoKHR
impl Send for CopyMemoryToImageIndirectInfoKHR
impl StructuralPartialEq for CopyMemoryToImageIndirectInfoKHR
impl Sync for CopyMemoryToImageIndirectInfoKHR
Auto Trait Implementations§
impl Freeze for CopyMemoryToImageIndirectInfoKHR
impl RefUnwindSafe for CopyMemoryToImageIndirectInfoKHR
impl Unpin for CopyMemoryToImageIndirectInfoKHR
impl UnwindSafe for CopyMemoryToImageIndirectInfoKHR
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