#[repr(C)]pub struct VkCopyMemoryIndirectCommandKHR {
pub srcAddress: VkDeviceAddress,
pub dstAddress: VkDeviceAddress,
pub size: VkDeviceSize,
}Fields§
§srcAddress: VkDeviceAddress§dstAddress: VkDeviceAddress§size: VkDeviceSizeTrait Implementations§
Source§impl Clone for VkCopyMemoryIndirectCommandKHR
impl Clone for VkCopyMemoryIndirectCommandKHR
Source§fn clone(&self) -> VkCopyMemoryIndirectCommandKHR
fn clone(&self) -> VkCopyMemoryIndirectCommandKHR
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 moreimpl Copy for VkCopyMemoryIndirectCommandKHR
Auto Trait Implementations§
impl Freeze for VkCopyMemoryIndirectCommandKHR
impl RefUnwindSafe for VkCopyMemoryIndirectCommandKHR
impl Send for VkCopyMemoryIndirectCommandKHR
impl Sync for VkCopyMemoryIndirectCommandKHR
impl Unpin for VkCopyMemoryIndirectCommandKHR
impl UnwindSafe for VkCopyMemoryIndirectCommandKHR
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