#[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: VkDeviceSizeTrait Implementations§
source§impl Clone for VkPhysicalDeviceVulkan11Properties
impl Clone for VkPhysicalDeviceVulkan11Properties
source§fn clone(&self) -> VkPhysicalDeviceVulkan11Properties
fn clone(&self) -> VkPhysicalDeviceVulkan11Properties
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 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)