#[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: DeviceSizeTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CopyMemoryIndirectCommandKHR
Source§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 Eq for CopyMemoryIndirectCommandKHR
Source§impl Hash for CopyMemoryIndirectCommandKHR
impl Hash for CopyMemoryIndirectCommandKHR
Source§impl PartialEq for CopyMemoryIndirectCommandKHR
impl PartialEq for CopyMemoryIndirectCommandKHR
Source§fn eq(&self, other: &CopyMemoryIndirectCommandKHR) -> bool
fn eq(&self, other: &CopyMemoryIndirectCommandKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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 UnsafeUnpin 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