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