#[repr(C)]pub struct VkPhysicalDeviceVulkan11Properties {Show 17 fields
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub deviceUUID: [u8; 16],
pub driverUUID: [u8; 16],
pub deviceLUID: [u8; 8],
pub deviceNodeMask: u32,
pub deviceLUIDValid: VkBool32,
pub subgroupSize: u32,
pub subgroupSupportedStages: VkShaderStageFlags,
pub subgroupSupportedOperations: VkSubgroupFeatureFlags,
pub subgroupQuadOperationsInAllStages: VkBool32,
pub pointClippingBehavior: VkPointClippingBehavior,
pub maxMultiviewViewCount: u32,
pub maxMultiviewInstanceIndex: u32,
pub protectedNoFault: VkBool32,
pub maxPerSetDescriptors: u32,
pub maxMemoryAllocationSize: VkDeviceSize,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§deviceUUID: [u8; 16]
§driverUUID: [u8; 16]
§deviceLUID: [u8; 8]
§deviceNodeMask: u32
§deviceLUIDValid: VkBool32
§subgroupSize: u32
§subgroupSupportedStages: VkShaderStageFlags
§subgroupSupportedOperations: VkSubgroupFeatureFlags
§subgroupQuadOperationsInAllStages: VkBool32
§pointClippingBehavior: VkPointClippingBehavior
§maxMultiviewViewCount: u32
§maxMultiviewInstanceIndex: u32
§protectedNoFault: VkBool32
§maxPerSetDescriptors: u32
§maxMemoryAllocationSize: VkDeviceSize
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceVulkan11Properties
impl Clone for VkPhysicalDeviceVulkan11Properties
Source§fn clone(&self) -> VkPhysicalDeviceVulkan11Properties
fn clone(&self) -> VkPhysicalDeviceVulkan11Properties
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 VkPhysicalDeviceVulkan11Properties
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceVulkan11Properties
impl RefUnwindSafe for VkPhysicalDeviceVulkan11Properties
impl !Send for VkPhysicalDeviceVulkan11Properties
impl !Sync for VkPhysicalDeviceVulkan11Properties
impl Unpin for VkPhysicalDeviceVulkan11Properties
impl UnwindSafe for VkPhysicalDeviceVulkan11Properties
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