Struct ash::vk::CopyMemoryIndirectCommandNV
source · #[repr(C)]pub struct CopyMemoryIndirectCommandNV {
pub src_address: DeviceAddress,
pub dst_address: DeviceAddress,
pub size: DeviceSize,
}
Expand description
Fields§
§src_address: DeviceAddress
§dst_address: DeviceAddress
§size: DeviceSize
Implementations§
source§impl CopyMemoryIndirectCommandNV
impl CopyMemoryIndirectCommandNV
pub fn builder<'a>() -> CopyMemoryIndirectCommandNVBuilder<'a>
Trait Implementations§
source§impl Clone for CopyMemoryIndirectCommandNV
impl Clone for CopyMemoryIndirectCommandNV
source§fn clone(&self) -> CopyMemoryIndirectCommandNV
fn clone(&self) -> CopyMemoryIndirectCommandNV
Returns a copy 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 CopyMemoryIndirectCommandNV
impl Debug for CopyMemoryIndirectCommandNV
source§impl Default for CopyMemoryIndirectCommandNV
impl Default for CopyMemoryIndirectCommandNV
source§fn default() -> CopyMemoryIndirectCommandNV
fn default() -> CopyMemoryIndirectCommandNV
Returns the “default value” for a type. Read more
impl Copy for CopyMemoryIndirectCommandNV
Auto Trait Implementations§
impl Freeze for CopyMemoryIndirectCommandNV
impl RefUnwindSafe for CopyMemoryIndirectCommandNV
impl Send for CopyMemoryIndirectCommandNV
impl Sync for CopyMemoryIndirectCommandNV
impl Unpin for CopyMemoryIndirectCommandNV
impl UnwindSafe for CopyMemoryIndirectCommandNV
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