#[repr(C)]pub struct CopyMemoryIndirectInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub src_copy_flags: AddressCopyFlagsKHR,
pub dst_copy_flags: AddressCopyFlagsKHR,
pub copy_count: u32,
pub copy_address_range: StridedDeviceAddressRangeKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§src_copy_flags: AddressCopyFlagsKHR§dst_copy_flags: AddressCopyFlagsKHR§copy_count: u32§copy_address_range: StridedDeviceAddressRangeKHRTrait Implementations§
Source§impl Clone for CopyMemoryIndirectInfoKHR
impl Clone for CopyMemoryIndirectInfoKHR
Source§fn clone(&self) -> CopyMemoryIndirectInfoKHR
fn clone(&self) -> CopyMemoryIndirectInfoKHR
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 CopyMemoryIndirectInfoKHR
Source§impl Debug for CopyMemoryIndirectInfoKHR
impl Debug for CopyMemoryIndirectInfoKHR
Source§impl Default for CopyMemoryIndirectInfoKHR
impl Default for CopyMemoryIndirectInfoKHR
impl Eq for CopyMemoryIndirectInfoKHR
Source§impl Hash for CopyMemoryIndirectInfoKHR
impl Hash for CopyMemoryIndirectInfoKHR
Source§impl PartialEq for CopyMemoryIndirectInfoKHR
impl PartialEq for CopyMemoryIndirectInfoKHR
Source§fn eq(&self, other: &CopyMemoryIndirectInfoKHR) -> bool
fn eq(&self, other: &CopyMemoryIndirectInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for CopyMemoryIndirectInfoKHR
impl StructuralPartialEq for CopyMemoryIndirectInfoKHR
impl Sync for CopyMemoryIndirectInfoKHR
Auto Trait Implementations§
impl Freeze for CopyMemoryIndirectInfoKHR
impl RefUnwindSafe for CopyMemoryIndirectInfoKHR
impl Unpin for CopyMemoryIndirectInfoKHR
impl UnsafeUnpin for CopyMemoryIndirectInfoKHR
impl UnwindSafe for CopyMemoryIndirectInfoKHR
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