#[repr(C)]pub struct PhysicalDeviceExtendedSparseAddressSpacePropertiesNV {
pub s_type: StructureType,
pub next: *mut c_void,
pub extended_sparse_address_space_size: DeviceSize,
pub extended_sparse_image_usage_flags: ImageUsageFlags,
pub extended_sparse_buffer_usage_flags: BufferUsageFlags,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§extended_sparse_address_space_size: DeviceSize§extended_sparse_image_usage_flags: ImageUsageFlags§extended_sparse_buffer_usage_flags: BufferUsageFlagsTrait 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 moreSource§impl PartialEq for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl PartialEq for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Source§fn eq(
&self,
other: &PhysicalDeviceExtendedSparseAddressSpacePropertiesNV,
) -> bool
fn eq( &self, other: &PhysicalDeviceExtendedSparseAddressSpacePropertiesNV, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl Eq for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl Send for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl StructuralPartialEq for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl Sync for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl RefUnwindSafe for PhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl Unpin 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