#[repr(C)]pub struct CopyMemoryIndirectCommandNV {
pub srcAddress: DeviceAddress,
pub dstAddress: DeviceAddress,
pub size: DeviceSize,
}
Fields§
§srcAddress: DeviceAddress
§dstAddress: DeviceAddress
§size: DeviceSize
Trait Implementations§
Source§impl Clone for CopyMemoryIndirectCommandNV
impl Clone for CopyMemoryIndirectCommandNV
Source§fn clone(&self) -> CopyMemoryIndirectCommandNV
fn clone(&self) -> CopyMemoryIndirectCommandNV
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 moreimpl 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