#[repr(C)]pub struct CopyMemoryIndirectCommandKHR {
pub src_address: u64,
pub dst_address: u64,
pub size: u64,
}Expand description
VkCopyMemoryIndirectCommandKHR
Provided by VK_KHR_copy_memory_indirect.
Fields§
§src_address: u64§dst_address: u64§size: u64Implementations§
Source§impl CopyMemoryIndirectCommandKHR
impl CopyMemoryIndirectCommandKHR
Sourcepub fn builder() -> CopyMemoryIndirectCommandKHRBuilder
pub fn builder() -> CopyMemoryIndirectCommandKHRBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for CopyMemoryIndirectCommandKHR
impl Clone for CopyMemoryIndirectCommandKHR
Source§fn clone(&self) -> CopyMemoryIndirectCommandKHR
fn clone(&self) -> CopyMemoryIndirectCommandKHR
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 CopyMemoryIndirectCommandKHR
impl Debug for CopyMemoryIndirectCommandKHR
impl Copy for CopyMemoryIndirectCommandKHR
Auto Trait Implementations§
impl Freeze for CopyMemoryIndirectCommandKHR
impl RefUnwindSafe for CopyMemoryIndirectCommandKHR
impl Send for CopyMemoryIndirectCommandKHR
impl Sync for CopyMemoryIndirectCommandKHR
impl Unpin for CopyMemoryIndirectCommandKHR
impl UnsafeUnpin for CopyMemoryIndirectCommandKHR
impl UnwindSafe for CopyMemoryIndirectCommandKHR
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