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