#[repr(C)]pub struct CopyMemoryIndirectCommandKHR {
pub src_address: DeviceAddress,
pub dst_address: DeviceAddress,
pub size: DeviceSize,
}Expand description
Fields§
§src_address: DeviceAddress§dst_address: DeviceAddress§size: DeviceSizeImplementations§
Source§impl CopyMemoryIndirectCommandKHR
impl CopyMemoryIndirectCommandKHR
pub fn src_address(self, src_address: DeviceAddress) -> Self
pub fn dst_address(self, dst_address: DeviceAddress) -> Self
pub fn size(self, size: DeviceSize) -> Self
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
Source§impl Default for CopyMemoryIndirectCommandKHR
impl Default for CopyMemoryIndirectCommandKHR
Source§fn default() -> CopyMemoryIndirectCommandKHR
fn default() -> CopyMemoryIndirectCommandKHR
Returns the “default value” for a type. Read more
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 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