#[repr(C)]pub struct VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub extendedSparseAddressSpaceSize: VkDeviceSize,
pub extendedSparseImageUsageFlags: VkImageUsageFlags,
pub extendedSparseBufferUsageFlags: VkBufferUsageFlags,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§extendedSparseAddressSpaceSize: VkDeviceSize
§extendedSparseImageUsageFlags: VkImageUsageFlags
§extendedSparseBufferUsageFlags: VkBufferUsageFlags
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl Clone for VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Source§fn clone(&self) -> VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
fn clone(&self) -> VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl RefUnwindSafe for VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl !Send for VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl !Sync for VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl Unpin for VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
impl UnwindSafe for VkPhysicalDeviceExtendedSparseAddressSpacePropertiesNV
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