#[repr(C)]pub struct VkCopyMemoryIndirectCommandNV {
pub srcAddress: VkDeviceAddress,
pub dstAddress: VkDeviceAddress,
pub size: VkDeviceSize,
}
Fields§
§srcAddress: VkDeviceAddress
§dstAddress: VkDeviceAddress
§size: VkDeviceSize
Trait Implementations§
Source§impl Clone for VkCopyMemoryIndirectCommandNV
impl Clone for VkCopyMemoryIndirectCommandNV
Source§fn clone(&self) -> VkCopyMemoryIndirectCommandNV
fn clone(&self) -> VkCopyMemoryIndirectCommandNV
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 VkCopyMemoryIndirectCommandNV
impl Default for VkCopyMemoryIndirectCommandNV
Source§fn default() -> VkCopyMemoryIndirectCommandNV
fn default() -> VkCopyMemoryIndirectCommandNV
Returns the “default value” for a type. Read more
impl Copy for VkCopyMemoryIndirectCommandNV
Auto Trait Implementations§
impl Freeze for VkCopyMemoryIndirectCommandNV
impl RefUnwindSafe for VkCopyMemoryIndirectCommandNV
impl Send for VkCopyMemoryIndirectCommandNV
impl Sync for VkCopyMemoryIndirectCommandNV
impl Unpin for VkCopyMemoryIndirectCommandNV
impl UnwindSafe for VkCopyMemoryIndirectCommandNV
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