#[repr(C)]pub struct PhysicalDeviceCopyMemoryIndirectFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub indirect_copy: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§indirect_copy: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl Clone for PhysicalDeviceCopyMemoryIndirectFeaturesNV
source§fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectFeaturesNV
fn clone(&self) -> PhysicalDeviceCopyMemoryIndirectFeaturesNV
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 TaggedStructure for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl TaggedStructure for PhysicalDeviceCopyMemoryIndirectFeaturesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COPY_MEMORY_INDIRECT_FEATURES_NV
impl Copy for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCopyMemoryIndirectFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl RefUnwindSafe for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl !Send for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl !Sync for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl Unpin for PhysicalDeviceCopyMemoryIndirectFeaturesNV
impl UnwindSafe for PhysicalDeviceCopyMemoryIndirectFeaturesNV
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