#[repr(C)]pub struct PhysicalDeviceExtendedSparseAddressSpacePropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub extended_sparse_address_space_size: u64,
pub extended_sparse_image_usage_flags: ImageUsageFlags,
pub extended_sparse_buffer_usage_flags: BufferUsageFlags,
}Expand description
VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Provided by VK_NV_extended_sparse_address_space.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_SPARSE_ADDRESS_SPACE_PROPERTIES_NV.
p_next: *mut c_voidOptional, may be null.
extended_sparse_address_space_size: u64§extended_sparse_image_usage_flags: ImageUsageFlags§extended_sparse_buffer_usage_flags: BufferUsageFlagsImplementations§
Source§impl PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceExtendedSparseAddressSpacePropertiesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceExtendedSparseAddressSpacePropertiesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl Clone for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Source§fn clone(&self) -> PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
fn clone(&self) -> PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
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 moreimpl Copy for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl RefUnwindSafe for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl !Send for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl !Sync for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl Unpin for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl UnsafeUnpin for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl UnwindSafe for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
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